Re: constexpr and const qual in C++14

2014-10-09 Thread Jason Merrill
OK, thanks. Jason

constexpr and const qual in C++14

2014-10-08 Thread Marc Glisse
Hello, another tiny bit for C++14 constexpr. I tested it on x86_64-linux-gnu together with another patch, so I'll retest it alone to be sure, but it passed. I added 'const' in addition to 'constexpr' for most testcases where it was needed, except for 2 where I explicitly check that const is i