Title
Definition of POD struct
Status
c++11
Section
Clause [11] [class]
Submitter
Daniel Krügler

Created on 2010-10-28.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]:

Change Clause 11 [class] paragraph 9 as follows:

A POD struct109 is a non-union class that is both a trivial class and a standard-layout class...
Date: 2020-12-15.00:00:00

The definition of a POD struct in Clause 11 [class] paragraph 9 is not (but should be) restricted to non-union class types.

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