[PATCH] D15862: A possible direction for fixing https://llvm.org/bugs/show_bug.cgi?id=25973.

Tim Song via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 4 14:32:52 PST 2016


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





More information about the cfe-commits mailing list