This is an unofficial snapshot of the ISO/IEC JTC1 SC22 WG21 Core Issues List revision 114a. See http://www.open-std.org/jtc1/sc22/wg21/ for the official list.

2024-04-18


1215. Definition of POD struct

Section: Clause 11  [class]     Status: C++11     Submitter: Daniel Krügler     Date: 2010-10-28

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

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

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...