tcanens added a subscriber: tcanens.

================
Comment at: include/string:2523
@@ +2522,3 @@
+       call_input();
+       basic_string temp(__first, __last);
+    this->swap(temp);
----------------
This default constructs the allocator, but the allocator may not be default 
constructible.


http://reviews.llvm.org/D15862



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to