cplusplus / nbballot

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

JP4-024 20.3.1.4.5 p2 [unique.ptr.runtime.modifiers] Bad placement of "constexpr" keyword #566

Closed jensmaurer closed 9 months ago

jensmaurer commented 9 months ago

Placement of “constexpr” seems inappropriate in “template void reset(U p) noexcept;”

Constexpr template void reset(U p) noexcept; => template constexpr void reset(U p) noexcept;

jensmaurer commented 9 months ago

Yes, typo.