...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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_LINK
If 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: