
14 Aug
2011
14 Aug
'11
9:38 p.m.
On 08/14/2011 10:50 PM, Vicente Botet wrote:
Mathias Gaunard-2 wrote:
On 08/14/2011 04:52 PM, Vicente Botet wrote:
I don't know, but I guess that the list of 03 compliant compilers will be quite short. Have you a list?
Recent versions of GCC, Intel compilers, Clang, MSVC, PGI, Comeau, xlC, what else? nvcc maybe, though it's hardly C++03 compliant?
I have a question, is SFINAE_EXPR a C++0x or C++03 feature?
It's possible to have it in C++03, but it's not required before C++0x.