mirror of
https://github.com/boostorg/static_assert.git
synced 2026-01-19 04:42:12 +00:00
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.
18 lines
394 B
JSON
18 lines
394 B
JSON
{
|
|
"key": "static_assert",
|
|
"name": "Static Assert",
|
|
"authors": [
|
|
"John Maddock"
|
|
],
|
|
"description": "Static assertions (compile time assertions). Merged into Boost.Config.",
|
|
"category": [
|
|
"Correctness",
|
|
"Generic",
|
|
"Metaprogramming"
|
|
],
|
|
"maintainers": [
|
|
"John Maddock <john -at- johnmaddock.co.uk>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|