]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/mpl/doc/src/refmanual/CFG_NO_HAS_XXX.rst
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / mpl / doc / src / refmanual / CFG_NO_HAS_XXX.rst
1 .. Macros/Configuration//BOOST_MPL_CFG_NO_HAS_XXX |20
2
3 BOOST_MPL_CFG_NO_HAS_XXX
4 ========================
5
6 Synopsis
7 --------
8
9 .. parsed-literal::
10
11 // #define BOOST_MPL_CFG_NO_HAS_XXX
12
13
14 Description
15 -----------
16
17 ``BOOST_MPL_CFG_NO_HAS_XXX`` is an boolean configuration macro
18 signaling availability of the |BOOST_MPL_HAS_XXX_TRAIT_DEF| /
19 |BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF| introspection macros' functionality
20 on a particular compiler.
21
22
23 See 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)