Subject: Re: [boost] [smart_ptr] error with nullptr_t
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2012-12-19 06:27:54


On Wed, Dec 19, 2012 at 3:01 PM, Peter Dimov <lists_at_[hidden]> wrote:
> Andrey Semashev wrote:
>
>> +1, we already have Boost.Move for this.
>
>
> Not for this, where "this" is a C++11 compiler without a (complete) C++11
> library.

Well, Boost.Move is supposed to "fill the gap" where possible. If
we're going to support configurations with C++11 compiler and C++03
STL (which I'm not sure is a good idea, BTW) we might try to detect
such cases and define the missing parts ourselves. The necessary code
is mostly there.