#pragma once #ifdef NETLIBA_WITH_NALF #include using TWithCustomAllocator = TWithNalfIncrementalAlloc; template using TCustomAllocator = TNalfIncrementalAllocator; #else #include typedef struct { } TWithCustomAllocator; template using TCustomAllocator = std::allocator; #endif