[libcxx-commits] [libcxx] [libc++] Implements LWG3600 Making istream_iterator copy constructor … (PR #127343)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 17 09:15:17 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.
+
----------------
mordante wrote:
I added the LWG issue number to let the reader know we did look at this constructor for LWG3600.
https://github.com/llvm/llvm-project/pull/127343
More information about the libcxx-commits
mailing list