rename, going to make a new allocator
parent
9ce6c89ce0
commit
675c4234bc
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
include(cmake/color.cmake)
|
include(cmake/color.cmake)
|
||||||
set(BLT_VERSION 0.18.40)
|
set(BLT_VERSION 0.19.0)
|
||||||
set(BLT_TEST_VERSION 0.0.1)
|
set(BLT_TEST_VERSION 0.0.1)
|
||||||
|
|
||||||
set(BLT_TARGET BLT)
|
set(BLT_TARGET BLT)
|
||||||
|
|
|
@ -120,6 +120,8 @@ namespace blt
|
||||||
// Alloc alloc;
|
// Alloc alloc;
|
||||||
// };
|
// };
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //BLT_ATOMIC_ALLOCATOR_H
|
#endif //BLT_ATOMIC_ALLOCATOR_H
|
Loading…
Reference in New Issue