[C++ Patch] PR 55425

2014-11-19 Thread Paolo Carlini
Hi, today I wanted to simply close this Bug as fixed, but then I noticed that Richard Smith in the audit trail argued, correctly in my opinion, that we should accept things like: constexpr const char* x() { return __func__; } in C++11 mode too, because the as if local variable specification

Re: [C++ Patch] PR 55425

2014-11-19 Thread Jason Merrill
OK. Jason