On 06/26/2014 09:38 PM, Ed Smith-Rowland wrote:
So is C++14 a done deal with a __cplusplus date and all?
The C++14 draft was finalized at the February meeting in Issaquah; the ratification process isn't quite done, but I haven't heard any reason to doubt that it will be done soon. The __cplusplus date is 201402L.
I've been thinking of adding a thing or two to C++1z like clang has - The Disabling trigraph expansion by default looks easy.
Aren't trigraphs off by default already? Jason