Formatting
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
@@ -22,9 +22,10 @@ using traceable_allocator = std::allocator<T>;
|
||||
template<typename T>
|
||||
using gc_allocator = std::allocator<T>;
|
||||
|
||||
#define GC_MALLOC_ATOMIC std::malloc
|
||||
#define GC_STRDUP std::strdup
|
||||
struct gc { };
|
||||
# define GC_MALLOC_ATOMIC std::malloc
|
||||
# define GC_STRDUP std::strdup
|
||||
struct gc
|
||||
{};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user