C.49: fix typo in example (closes #1642)

pull/1645/head
Sergey Zubkov 6 years ago
parent 2477f275dc
commit 45ad5c4628

@ -5631,7 +5631,7 @@ as [a more general way to present arguments to a function](#Rstr-view):
class D { // Good
string s1;
public:
A(string_view v) : s1{v} { } // GOOD: directly construct
D(string_view v) : s1{v} { } // GOOD: directly construct
// ...
};

Loading…
Cancel
Save