This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Fri, 30 May 2014, Ed Smith-Rowland wrote:
+ cpp_undef (pfile, "__cpp_constexpr"); + cpp_define (pfile, "__cpp_constexpr=201304");
Could you set the other value in an else branch to avoid a def undef redef game?
Also, I am pretty sure that gcc doesn't support the latest constexpr, we shouldn't define those macros lightly.
-- Marc Glisse
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |