
27 Feb
2013
27 Feb
'13
6:35 p.m.
AMDG On 02/27/2013 07:56 AM, Christophe Henry wrote:
On 02/26/2013 01:59 PM, Christophe Henry wrote:
I'm using mingw 4.7.2 -c -std=c++11, sandbox (83160). I'll try tomorrow with a linux gcc 4.5.
Sorry, 4.7.1
gcc 4.7.1 also passes. I'm testing on linux right now, so maybe this is a mingw issue.
In Christ, Steven Watanabe
linux + clang (from trunk) => pass linux + gcc 4.5 => does not pass
Maybe some gcc issue? This is sad. Worse, I cannot use BOOST_NO_RVALUE_REFERENCES because all these compilers advertise supporting rvalue refs.
I can reproduce this with linux + gcc 4.5.1 -std=c++0x. In Christ, Steven Watanabe