
26 Apr
2010
26 Apr
'10
11:36 a.m.
On 26/04/2010 12:20, John Maddock wrote:
Looking at the test results, a bunch of the tests that are failing on VC10 are also failing on GCC 4.5 in C++0x mode.
Seems to be related to this: http://article.gmane.org/gmane.comp.lib.boost.devel/203080
OK seems to be a problem with our code then :-(
Hopefully this will be an incentive for folks to fix things up.
It seems that my problem with move emulation in projects imported from older MSVC to MSVC10 is that some rvalue references rules need language extensions option activated. Otherwise we can't have movable-only types. Best, Ion