Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro CXXD_TYPE_TRAITS_USE_STD

CXXD_TYPE_TRAITS_USE_STD — Override macro for C++ standard type_traits implementation.

Synopsis

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

CXXD_TYPE_TRAITS_USE_STD

Description

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


PrevUpHomeNext