$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Config] Support for switching between std:: andboost:: equivalents.
From: Peter Dimov (lists_at_[hidden])
Date: 2015-06-05 17:20:28
Edward Diener wrote:
> Suppose library X is compiled using C++11 mode and your own library Y,
> which uses library X as a dependency, is compiled without C++11 mode.
> Again those factors of interoperability between the libraries must be
> taken into account. Using my macros is not going to change any of that,
> ...
No, but one could argue that the existence of your macros in Boost.Config is
going to encourage people to use them and hence make this situation more
likely.