blob: 8b492067a548a2d80d627c2f286f45269a709e49 [file] [log] [blame]
Brian Silverman4a2409e2018-08-04 23:24:02 -07001[/
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
10All the value based traits in this library conform to MPL's requirements
11for an [@../../../../libs/mpl/doc/refmanual/integral-constant.html Integral Constant type].
12
13Please note that these types no longer inherit from `mpl::true_` or `mpl::false_` etc, and the library
14will 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
16in function overloads will still work as before.
17
18[endsect]
19