Boost logo

Boost :

Subject: Re: [boost] [Config] N3276 decltype support on VC++ 11
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-09-01 00:47:54


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk