Re: Implement C++20 p1424 - 'constexpr' feature macro concerns.

2019-09-09 Thread Jonathan Wakely
On 21/08/19 23:36 -0400, Ed Smith-Rowland via libstdc++ wrote: On 8/20/19 6:14 PM, Jonathan Wakely wrote: On 16/08/19 22:39 -0400, Ed Smith-Rowland via libstdc++ wrote: The latest draft and I guess the above paper changed the macro names for the C++20 constexpr lib featues. __cpp_lib_constexp

Re: Implement C++20 p1424 - 'constexpr' feature macro concerns.

2019-08-21 Thread Ed Smith-Rowland via gcc-patches
expr_algorithms gets bumped. Ed 2019-08-22 Edward Smith-Rowland <3dw...@verizon.net> Implement C++20 p1424 - 'constexpr' feature macro concerns, Issue 3256 - Feature testing macro for constexpr algorithms, and Issue 3257 - Missing feature testing macro

Re: Implement C++20 p1424 - 'constexpr' feature macro concerns.

2019-08-20 Thread Jonathan Wakely
On 16/08/19 22:39 -0400, Ed Smith-Rowland via libstdc++ wrote: The latest draft and I guess the above paper changed the macro names for the C++20 constexpr lib featues. __cpp_lib_constexpr_algorithms ->__cpp_lib_constexpr. The __cpp_lib_constexpr macro is (now?) for a different feature. The

Implement C++20 p1424 - 'constexpr' feature macro concerns.

2019-08-16 Thread Ed Smith-Rowland via gcc-patches
ed cleanly on x86_64-linux. Ok for mainline? Ed 2019-08-19 Edward Smith-Rowland <3dw...@verizon.net> Implement C++20 p1424 - 'constexpr' feature macro concerns. * include/std/version (__cpp_lib_constexpr_algorithms): Change macro name to __cpp_lib_cons