[cfe-dev] c++14

Aaron Ballman aaron at aaronballman.com
Wed Aug 20 09:49:44 PDT 2014


On Wed, Aug 20, 2014 at 12:45 PM, James Gregurich <bayoubengal at mac.com> wrote:
>
> On Aug 20, 2014, at 11:41 AM, Aaron Ballman <aaron at aaronballman.com> wrote:
>
>> On Wed, Aug 20, 2014 at 12:34 PM, James Gregurich <bayoubengal at mac.com> wrote:
>>> hi.
>>>
>>> I saw the other day that c++14 was ratified. I assume that clang support for
>>> c++14 is complete with clang 3.4 (looking at the website status page) and we
>>> are good to start using it for production work? is the “-std=c++1y” switch
>>> going to change to “-std=c++14” now?
>>
>> The switch happened in r215982, and it is currently being discussed
>> whether that change will be merged into the 3.5 branch.
>>
>> ~Aaron
>
> great! thanks!
>
> Is everything ready for production work? I can turn it on and expect nothing to break going forward?

Anything that isn't ready for production work is a bug and should be
reported. :-)

~Aaron




More information about the cfe-dev mailing list