Clause / Subclause / Annex:
15.3
Para/Table/Figure:
16
Comment type:
Te
Comment / justification for change:
There are obscure cases whrere a copy constructor is not usually the best match to copy-initialize an object, e.g. A converting constructor template taking arguments by non-const reference. A footnote explaining such cases would be helpful, or the sentance could be rewritten using copy-initialization instead of directly calling a copy constructor.
Recommended change:
Rewite using copy-initialization rather than directly invoking the copy constructor
MB:
UK