
4 Jan
2013
4 Jan
'13
6:43 p.m.
Le 04/01/13 18:26, Daniel James a écrit :
Please see revision [82351] on trunk. I'll appreciate it if someone using Clang with libstdc++ 4.2 tests it and reports whether it fixes the problem, or if not, what needs to be done. Seems to work okay. I ran the smart_ptr and had some failures due to std::move being used in tests. Quickbook (which is where I noticed
On 4 January 2013 15:45, Peter Dimov <lists@pdimov.com> wrote: this) works fine.
Hi, it seems that the issue is resolved for smart_ptr. Unfortunately Boost.Test use indiscriminately C++11 library features as enable_if, forward unconditionally. Best, Vicente