On 08/02/2012 15:49, Victor Bazarov wrote:
> On 2/8/2012 9:19 AM, Francois Grieu wrote:
>> In N3291 we have "The name __cplusplus is defined to the value 201103L
>> when compiling a C++ translation unit."
>>
>> What's the value for that in ISO/IEC 14882:2011?
>
> The paragraph [cpp.predefined]/1 says it shall be 201103L (from the
> latest publicly available draft).
I (now) understand that "the latest publicly available draft" might be
something after approval of ISO/IEC 14882:2011, which would be a strong
indication that ISO/IEC 14882:2011 also has 201103L.
And indeed there is N3337 Dated: 2012-01-16, wich still has 201103L.
Thus I thank Victor Bazarov, remove my former message, and conclude
that most probably ISO/IEC 14882:2011 has 201103L.
Francois Grieu