New paper: N3597, Relaxing Constraints on constexpr Functions -- Richard Smith

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 within constexpr functions, usually with little or no modification from its non-constexpr form other than the addition of the constexpr keyword.

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.