[libcxx-commits] [libcxx] [libc++] Implements LWG3600 Making istream_iterator copy constructor … (PR #127343)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 15 23:54:11 PST 2025
================
@@ -58,6 +58,9 @@ class _LIBCPP_TEMPLATE_VIS istream_iterator
__in_stream_ = nullptr;
}
+ // LWG3600 Changed the wording of the copy constructor. In libc++ this constructor
+ // can still be trivial after this change.
+
----------------
philnik777 wrote:
I'd much rather just mention that our copy construct or trivial as a conforming extension. I don't think it's useful in the future to know which LWG issue changed that.
https://github.com/llvm/llvm-project/pull/127343
More information about the libcxx-commits
mailing list