2
0
mirror of https://github.com/boostorg/pfr.git synced 2026-01-31 08:22:15 +00:00

Remove dependencies on Boost.StaticAssert. (#229)

Boost.StaticAssert has been merged into Boost.Config, so remove
the dependency.
This commit is contained in:
Andrey Semashev
2026-01-26 17:57:20 +03:00
committed by GitHub
parent 228922fdb5
commit b21ffe6a30

View File

@@ -14,7 +14,6 @@ add_subdirectory(../../../detail boostorg/detail)
add_subdirectory(../../../describe boostorg/describe)
add_subdirectory(../../../integer boostorg/integer)
add_subdirectory(../../../mp11 boostorg/mp11)
add_subdirectory(../../../static_assert boostorg/static_assert)
add_subdirectory(../../../throw_exception boostorg/throw_exception)
add_subdirectory(../../../type_traits boostorg/type_traits)