Date
2009-03-11.00:00:00
Message id
1988

Content

The body of a constexpr function is required by 9.2.6 [dcl.constexpr] paragraph 3 to be of the form

    { return expression; }

However, there does not seem to be any good reason for prohibiting the alternate return syntax involving a braced-init-list. The restriction should be removed.