28 Oct
2013
28 Oct
'13
10:10 p.m.
Le 28/10/13 18:11, Jonathan Wakely a écrit :
On 28 October 2013 17:07, Vicente J. Botet Escriba wrote:
Le 28/10/13 17:09, Jonathan Wakely a écrit :
On 28 October 2013 12:02, Vicente J. Botet Escriba wrote:
default_delete is missing also. Is there an interest in BOOST_NO_CXX11_DEFAULT_DELETE? Maybe I've misunderstood, but std::default_delete is not missing from GCC 4.6.2's <memory> header.
IIRC, the issue appears when compiling on C++98/03 mode. I would need to check again. That's because std::default_delete isn't in C++98/03 :-)
Evident. The problem I have is don't know a Boost.Config macro to know if the user compiles with C++11, so I need to rely on other feature macros. Vicente