This commit is contained in:
joaquintides
2017-10-29 16:57:18 +01:00
parent f151e9bbdb
commit 09a4b79f38
+1 -1
View File
@@ -86,7 +86,7 @@ int main()
//[insertion_emplacement_6]
//<-
// same as line at beginning of of revious snippet
// same as line at beginning of previous snippet
//->
c2.insert(c.begin(),c.end());
//]