
1 Sep
2012
1 Sep
'12
4:47 a.m.
Daniel Walker wrote:
Can someone verify that there are no regressions in the test suit on VC++ 11?
As Eric said, let's try this on the trunk test runners ;) P.S. For a function `const int f()`, `decltype(f())` returns `int` on VC++ 11. So some `result_of` tests fail as in #6754. ( https://svn.boost.org/trac/boost/ticket/6754 ) Clang 3.1 and gcc 4.7-4.8 behaves similarly, and this behavior conforms to the C++11 Standard. Regards, Michel