Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2018. The current version is 1.90.0.
BOOST_CONTRACT_STATIC_LINK — Define this macro to compile this library as a static library (not recommended).
// In header: <boost/contract/core/config.hpp>
BOOST_CONTRACT_STATIC_LINKIf this macro is defined, this library is compiled so it can be linked statically to user code. This library build scripts will automatically define this macro when Boost libraries are being built as static libraries.
![]() |
Warning |
|---|---|
This library is not guaranteed to always work correctly at run-time when this macro is defined (define |
See Also: