Add a very simple ResourcePool implementation.
This commit is contained in:
parent
fb774671ad
commit
891303a578
3 changed files with 201 additions and 0 deletions
|
@ -7,6 +7,7 @@ add_executable(${PROJECT_NAME}
|
|||
int_conv_test.cpp
|
||||
reversed_sized_array_test.cpp
|
||||
bitfield_pack_test.cpp
|
||||
resource_pool_test.cpp
|
||||
)
|
||||
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 17)
|
||||
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD_REQUIRED ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue