Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro CXXD_USE_STD

CXXD_USE_STD — Override macro for any C++ standard implementation.

Synopsis

// In header: <boost/cxx_dual/impl/cxx_mods.hpp>

CXXD_USE_STD

Description

The object-like macro, when defined to nothing prior to including any CXXD-mod header file, forces the dual library choice of the C++ standard implementation for that CXXD-mod. If the C++ standard implementation for that CXXD-mod is not available a preprocessor error is generated.


PrevUpHomeNext