Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro CXXD_HAS_STD_TYPE_TRAITS

CXXD_HAS_STD_TYPE_TRAITS — Determines whether the C++ standard type traits implementation or the Boost type traits implementation has been chosen.

Synopsis

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

CXXD_HAS_STD_TYPE_TRAITS

Description

The object-like macro expands to: 1 if the C++ standard type traits implementation has been chosen 0 if the Boost type traits implementation has been chosen.


PrevUpHomeNext