Files
static_assert/README.md
Andrey Semashev 4cc0d67e50 Removed library sources and docs; moved to Boost.Config.
This library has been merged into Boost.Config, including sources,
documentation, tests and examples. index.html updated to redirect to
Boost.Config. README.md and meta/libraries.json were updated to mention
that the library was merged into Boost.Config.

CMakeLists.txt and build.jam are retained to define Boost.StaticAssert
targets, which are now empty and only add the dependency on Boost.Config.
This is to avoid breaking downstream libraries that have Boost.StaticAssert
as a dependency. These users will need to be updated, and at that point
this entire git submodule can be deleted.

Tests, examples and CI configs are preserved at the request by Peter Dimov.
2025-12-12 14:58:31 +03:00

441 B

Boost StaticAssert Library

The Boost StaticAssert library provides static assertions for C++, this library is the ancestor to C++ native static_assert's and can be used on older compilers which don't have that feature.

This library has been merged into Boost.Config. The full documentation is available on boost.org.