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