Created on 2010-03-12.00:00:00 last changed 155 months ago
Rationale (August, 2010):
This is a duplicate of issue 1140.
The class
struct A { const int i; };
was previously considered a POD class, but it no longer is, because it has a non-trivial (deleted) copy assignment operator. The impact of this change is not clear.
History | |||
---|---|---|---|
Date | User | Action | Args |
2012-02-27 00:00:00 | admin | set | messages: + msg3856 |
2012-02-27 00:00:00 | admin | set | status: open -> dup |
2010-03-12 00:00:00 | admin | create |