Make the library modular usable.

This commit is contained in:
Rene Rivera
2024-03-11 08:27:02 -05:00
parent ecc47cb42c
commit 36bba5af2d
2 changed files with 25 additions and 1 deletions

View File

@@ -15,6 +15,6 @@ run array7.cpp ;
# run array_constexpr.cpp ;
compile-fail array_getfail1.cpp ;
compile-fail array_getfail2.cpp ;
run array_hash.cpp ;
run array_hash.cpp /boost/container_hash//boost_container_hash ;
run quick.cpp ;