Re: [PATCH] Add std::is_constant_evaluated wrapper around __builtin_is_constant_evaluated

2018-12-11 Thread Jonathan Wakely
On 11/12/18 17:35 +0100, Jakub Jelinek wrote: Hi! The following patch adds std::is_constant_evaluated to the library. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? (relies on the previously posted C++ FE patch). 2018-12-11 Jakub Jelinek P0595R2 - is_constant_

[PATCH] Add std::is_constant_evaluated wrapper around __builtin_is_constant_evaluated

2018-12-11 Thread Jakub Jelinek
Hi! The following patch adds std::is_constant_evaluated to the library. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? (relies on the previously posted C++ FE patch). 2018-12-11 Jakub Jelinek P0595R2 - is_constant_evaluated * include/bits/c++config (_GLI