Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro BOOST_EXTENSION_EXPORT_DECL

BOOST_EXTENSION_EXPORT_DECL —

Synopsis

BOOST_EXTENSION_EXPORT_DECL

Description

Macro to place in a function definition to cause it to be exported, if necessary on the given platform and with the current compiler settings. This is always required for MSVC and other compilers, but only required depending on compiler settings for GCC and other compilers.


PrevUpHomeNext