From 900a0c842eaa15ca044e5ec19dac375a099f5183 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 23 Aug 2019 21:02:37 +0300 Subject: [PATCH] Update documentation for mpl.hpp --- doc/mp11/mpl.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/mp11/mpl.adoc b/doc/mp11/mpl.adoc index 29f1a90..bb8cb43 100644 --- a/doc/mp11/mpl.adoc +++ b/doc/mp11/mpl.adoc @@ -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 ``. + +It's also possible to only enable support for `mp_list` by +including ``, and for `std::tuple` +by including ``. 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.