[PATCH] D26512: Protect std::ios tests under libcpp-no-exceptions

Roger Ferrer Ibanez via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 10 09:21:44 PST 2016


rogfer01 added inline comments.


================
Comment at: test/std/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp:171-173
+#else
+    ios1.copyfmt(ios2);
+#endif
----------------
This is a bit unexpected. It looks like if the copyfmt, even if it throws, were able to copy part of the information. Is this reasonable?


https://reviews.llvm.org/D26512





More information about the cfe-commits mailing list