On Fri, Feb 9, 2018 at 2:26 PM, Edward Diener via Boost < boost@lists.boost.org> wrote:
I am all for C++03 libraries upgrading their implementation if a later version of C++ drops support for a previously supported standard library. I was one of the many people who worked to change a number of Boost libraries from using std::auto_ptr to using std::unique_ptr when it was appropriate.
I'm not. For instance: if the library author wishes to make an
improvement to their library that they may eventually propose to the
committee, they can modify their Boost library and and get user experience.
What someone could do is something like (caution: pseudocode):
#if c++03 or earlier
#include