C++17

Discussion to talk about software related topics only.
Post Reply
mhyun
Posts: 7
Joined: Thu Feb 08, 2018 8:42 am

C++17

Post by mhyun »

Are there any plans to upgrade the compiler and libraries to support C++17?
User avatar
TomNB
Posts: 538
Joined: Tue May 10, 2016 8:22 am

Re: C++17

Post by TomNB »

The final spec on that was published about a month ago. What features are you looking for that are not currently supported?
mhyun
Posts: 7
Joined: Thu Feb 08, 2018 8:42 am

Re: C++17

Post by mhyun »

I was just curious if there was a timeline for this or even if it is a priority.
User avatar
pbreed
Posts: 1080
Joined: Thu Apr 24, 2008 3:58 pm

Re: C++17

Post by pbreed »

We basically run 1 or 2 major revisions behind the head of the GCC tree.
so when GCC fully supports C++ 17, then we will do so about two years later...
Post Reply