Closed
Description
We have both:
- Class template blah
-- blah constructors
(etc)
and
- Class template blah
-- Construction and assignment [note: omitting "blah" in subordinate headings]
(etc)
[basic.string] is an example for the former, [string.view.template] is an example for the latter.
Which way is the "right" way?