1
0
forked from boostorg/mp11

Update documentation for mpl.hpp

This commit is contained in:
Peter Dimov
2019-08-23 21:02:37 +03:00
parent 0ca69d98c9
commit 900a0c842e

View File

@@ -18,3 +18,9 @@ necessary support infrastructure for `mp_list` and `std::tuple`
to be valid link:../../../../libs/mpl[MPL] sequences.
NOTE: `mpl.hpp` is not included by `<boost/mp11.hpp>`.
It's also possible to only enable support for `mp_list` by
including `<boost/mp11/mpl_list.hpp>`, and for `std::tuple`
by including `<boost/mp11/mpl_tuple.hpp>`. This may be required
because some libraries, such as Boost.Fusion, contain their own MPL
support for `std::tuple`, which conflicts with Mp11's one.