CXXD_HAS_STD_MOVE — Determines whether the C++ standard move implementation or the Boost move implementation has been chosen.
// In header: <boost/cxx_dual/impl/move.hpp> CXXD_HAS_STD_MOVE
The object-like macro expands to: 1 if the C++ standard move implementation has been chosen 0 if the Boost move implementation has been chosen.