Title
constexpr constructors and virtual bases
Status
c++11
Section
9.2.6 [dcl.constexpr]
Submitter
Jason Merrill

Created on 2010-10-26.00:00:00 last changed 123 months ago

Messages

Date: 2011-03-15.00:00:00

[Voted into the WP at the March, 2011 meeting as part of paper N3262.]

Date: 2010-11-15.00:00:00

Proposed resolution (November, 2010) [SUPERSEDED]:

Add the following bullet to the list in 9.2.6 [dcl.constexpr] paragraph 4:

  • the class shall not have virtual base classes;

Date: 2010-10-26.00:00:00

A class with a virtual base should not be allowed to have a constexpr constructor.

History
Date User Action Args
2014-03-03 00:00:00adminsetstatus: fdis -> c++11
2011-04-10 00:00:00adminsetmessages: + msg3332
2011-04-10 00:00:00adminsetstatus: review -> fdis
2010-11-29 00:00:00adminsetmessages: + msg3087
2010-10-26 00:00:00admincreate