GitHub - boostorg/static_assert: Boost.org static_assert module
boostorg / static_assert Public
-
Notifications
You must be signed in to change notification settings - Fork 61
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
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.
About
Boost.org static_assert module