
3 Sep
2012
3 Sep
'12
11:37 p.m.
Daniel Walker wrote:
For the 1.52 release notes, will someone have a list of compilers for which decltype result_of is enabled by default?
Clang-3.1 (and trunk) in a C++11 mode and, expectedly, VC++11. (Note that VC++ config change is not committed yet.) VC++11 does not have a C++03/C++11 compiler switch and it always runs in a C++11 mode.
When is the release by the way?
According to http://www.boost.org/community/index.html , Sep 17: 1.52.0 Closed for new libs and breaking changes. Nov 5: 1.52.0 Release. Regards, Michel