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: N3597
Date: 2013-03-15
Relaxing Constraints on constexpr Functions
by Richard Smith
Excerpt:
This paper explores the removal of most of the restrictions on
constexpr
function definitions, in order to make them a simpler and more uniform extension of runtime C++ code. Idiomatic C++ code would be permitted withinconstexpr
functions, usually with little or no modification from its non-constexpr
form other than the addition of theconstexpr
keyword.
Add a Comment
Comments are closed.