Re: Edit the C++14 library warning header to not indicate experimental.

2016-04-18 Thread Jonathan Wakely
On 17/04/16 23:21 -0400, Ed Smith-Rowland wrote: Since the default is C++14 it seems apropos to *not* treat that C++ version thusly in the warning in libstdc++. Ed OK for trunk? And maybe some 6 branch later? OK for trunk, for now. Thanks. 2016-04-17 Edward Smith-Rowland <3dw...@verizo

Edit the C++14 library warning header to not indicate experimental.

2016-04-17 Thread Ed Smith-Rowland
Since the default is C++14 it seems apropos to *not* treat that C++ version thusly in the warning in libstdc++. Ed OK for trunk? And maybe some 6 branch later? 2016-04-17 Edward Smith-Rowland <3dw...@verizon.net> * include/bits/c++14_warning.h: Do not refer C++14 as experimental.