A new WG21 paper is available. A copy is linked below, and the paper will also appear in the next normal WG21 mailing. If you are not a committee member, please use the comments section below or the std-proposals forum for public discussion.
Document number: N3598
Date: 2013-03-12
constexpr Member Functions and Implicit const
by Richard Smith
Excerpt:
In C++11,
constexpr
member functions are implicitlyconst
. This creates problems for literal class types which desire to be usable both within constant expressions and outside them...
Add a Comment
Comments are closed.