1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Move dependency patches from top level into subdir

Good to not clutter the top-level directory.
This commit is contained in:
John Ericson 2024-01-17 13:11:04 -05:00
parent 2cb9c7c681
commit 1de8eed28a
4 changed files with 2 additions and 3 deletions

View file

@ -1,12 +0,0 @@
diff --git a/include/gc_allocator.h b/include/gc_allocator.h
index 597c7f13..587286be 100644
--- a/include/gc_allocator.h
+++ b/include/gc_allocator.h
@@ -312,6 +312,7 @@ public:
template<>
class traceable_allocator<void> {
+public:
typedef size_t size_type;
typedef ptrdiff_t difference_type;
typedef void* pointer;