mirror of
https://github.com/boostorg/static_assert.git
synced 2026-01-19 04:42:12 +00:00
4cc0d67e504f0d2a0f181546b286187fb2a2219a
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.
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.
Description
Languages
C++
79.5%
CMake
14.1%
HTML
6.4%