This is the mail archive of the gcc-help@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]

Re: c++11 issue with static constexpr member initializer, constexpr constructor and member function pointer


On 07-Apr-15 17:51, Bobby Moretti wrote:

Using compiler flags  -std=3Dc++11 -Wall -pedantic, this code fails to
compile for me using gcc 4.9.1:


Could this be a regression? gcc 4.8.2 accepts this code, and works as expected.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]