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 version of Boost is under active development. You are currently in the master branch. The current version is 1.89.0.
BOOST_DLL_FORCE_NO_WEAK_EXPORTS
// In header: <boost/dll/alias.hpp>
BOOST_DLL_FORCE_NO_WEAK_EXPORTSDefine this macro to disable exporting weak symbols and start using the BOOST_DLL_FORCE_ALIAS_INSTANTIATION. This may be useful for working around linker problems or to test your program for compatibility with linkers that do not support export of weak symbols.