Compare commits

...

2 Commits

Author SHA1 Message Date
Peter Dimov 06748a1d65 Merge pull request #27 from Lastique/feature/remove_static_assert
Remove dependencies on Boost.StaticAssert
2026-02-03 04:18:09 +02:00
Andrey Semashev 6ecdf33597 Remove dependencies on Boost.StaticAssert.
Boost.StaticAssert has been merged into Boost.Config, so replace
the dependency with Boost.Config.
2026-01-22 20:10:43 +03:00
+1 -1
View File
@@ -17,7 +17,7 @@ macro(typeof_test s1)
endmacro()
set(BOOST_TEST_LINK_LIBRARIES Boost::typeof Boost::core Boost::type_traits Boost::static_assert)
set(BOOST_TEST_LINK_LIBRARIES Boost::typeof Boost::config Boost::core Boost::type_traits)
set(tests