$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Making two Boost libraries interoperate
From: Peter Dimov (pdimov_at_[hidden])
Date: 2019-04-25 23:21:28
Mateusz Loskot wrote:
> e.g. when using just
> #include <boost/mp11.hpp>
> or together with
> #include <boost/mp11/mpl.hpp>
> then MP11 does not or does depend on MPL.
Not quite because mp11 doesn't (physically) depend on MPL even in the second
case; mp11/mpl.hpp doesn't include an MPL header.