Brian Silverman | 4a2409e | 2018-08-04 23:24:02 -0700 | [diff] [blame^] | 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 | |