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