Title
Address constant expressions
Status
c++14
Section
13.4.3 [temp.arg.nontype]
Submitter
Daniel Krügler

Created on 2013-04-24.00:00:00 last changed 113 months ago

Messages

Date: 2014-02-15.00:00:00

[Moved to DR at the February, 2014 meeting.]

Date: 2013-11-15.00:00:00

Proposed resolution (November, 2013):

Change 13.4.3 [temp.arg.nontype] paragraph 1 as follows:

A template-argument for a non-type, non-template template-parameter shall be one of:

  • ...

  • an address a constant expression of type std::nullptr_t.

Date: 2013-04-24.00:00:00

The term “address constant expression” was removed by paper N3652, but it is still referenced in the list of permissible nontype template arguments in 13.4.3 [temp.arg.nontype] paragraph 1:

  • an address constant expression of type std::nullptr_t.

History
Date User Action Args
2014-11-24 00:00:00adminsetstatus: dr -> c++14
2014-03-03 00:00:00adminsetmessages: + msg4966
2014-03-03 00:00:00adminsetstatus: tentatively ready -> dr
2014-01-20 00:00:00adminsetmessages: + msg4738
2014-01-20 00:00:00adminsetstatus: drafting -> tentatively ready
2013-10-14 00:00:00adminsetstatus: open -> drafting
2013-04-24 00:00:00admincreate