cplusplus / nbballot

Handling of NB comments in response to ballots
14 stars 4 forks source link

US 19-049 7.7 [expr.const] local static constexpr variables in constexpr functions #490

Closed wg21bot closed 1 year ago

wg21bot commented 1 year ago

The inability to use local static constexpr variables in constexpr functions has no real justification anymore, and simply leads to people having to write worse code for no real benefit to the language.

Proposed change:

Adopt P2647.

jensmaurer commented 1 year ago

Duplicate of #443