[C++ Patch/RFC] PR 60389

Jason Merrill jason@redhat.com
Fri Mar 7 17:37:00 GMT 2014


Inherited constructors inherit 'constexpr' from the designated base; 
B::B isn't constexpr because A::A isn't, and we should say that at the 
beginning of is_valid_constexpr_fn.

Jason



More information about the Gcc-patches mailing list