]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/type_traits/doc/mpl.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / type_traits / doc / mpl.qbk
1 [/
2 Copyright 2007 John Maddock.
3 Distributed under the Boost Software License, Version 1.0.
4 (See accompanying file LICENSE_1_0.txt or copy at
5 http://www.boost.org/LICENSE_1_0.txt).
6 ]
7
8 [section:mpl MPL Interoperability]
9
10 All the value based traits in this library conform to MPL's requirements
11 for an [@../../../../libs/mpl/doc/refmanual/integral-constant.html Integral Constant type].
12
13 Please note that these types no longer inherit from `mpl::true_` or `mpl::false_` etc, and the library
14 will no longer implicitly include any MPL header. However there is an implicit conversion from
15 `integral_constant` to the corresponding MPL types, therefore tag-dispatching that uses MPL types
16 in function overloads will still work as before.
17
18 [endsect]
19