Title
Zero-initializing references
Status
cd2
Section
9.4 [dcl.init]
Submitter
Alisdair Meredith

Created on 2006-12-29.00:00:00 last changed 158 months ago

Messages

Date: 2010-03-15.00:00:00

Proposed resolution (March, 2010):

This issue is resolved by the resolution of issue 633 in document N2993.

Date: 2006-12-29.00:00:00

According to 9.4 [dcl.init] paragraph 5,

To zero-initialize an object of type T means:

  • ...

  • if T is a reference type, no initialization is performed.

However, a reference is not an object, so this makes no sense.

History
Date User Action Args
2011-04-10 00:00:00adminsetmessages: + msg3277
2011-04-10 00:00:00adminsetstatus: open -> cd2
2006-12-29 00:00:00admincreate