1.. Macros/Configuration//BOOST_MPL_CFG_NO_HAS_XXX |20 2 3BOOST_MPL_CFG_NO_HAS_XXX 4======================== 5 6Synopsis 7-------- 8 9.. parsed-literal:: 10 11 // #define BOOST_MPL_CFG_NO_HAS_XXX 12 13 14Description 15----------- 16 17``BOOST_MPL_CFG_NO_HAS_XXX`` is an boolean configuration macro 18signaling availability of the |BOOST_MPL_HAS_XXX_TRAIT_DEF| / 19|BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF| introspection macros' functionality 20on a particular compiler. 21 22 23See also 24-------- 25 26|Macros|, |Configuration|, |BOOST_MPL_HAS_XXX_TRAIT_DEF|, |BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF| 27 28 29.. copyright:: Copyright � 2001-2009 Aleksey Gurtovoy and David Abrahams 30 Distributed under the Boost Software License, Version 1.0. (See accompanying 31 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 32