Fixed rest of T.12 example following up #1189

pull/1193/head
hsutter 8 years ago
parent 15008e8432
commit 93ac723f6b

@ -16408,7 +16408,7 @@ Hard.
##### Example (using TS concepts)
vector<string> v;
vector<string> v{ "abc", "xyz" };
auto& x = v.front(); // bad
String& s = v.front(); // good (String is a GSL concept)

Loading…
Cancel
Save