[libcxx-commits] [libcxx] [libc++][sstream] Explicitly delete special member functions (PR #80254)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Feb 12 04:41:37 PST 2024
================
@@ -0,0 +1,25 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// <sstream>
+
+// template <class charT, class traits = char_traits<charT>, class Allocator = allocator<charT> >
+// class basic_stringstream
+
+// basic_istringstream& operator=(const basic_istringstream&) = delete;
----------------
H-G-Hristov wrote:
Thank you for reviewing!
https://github.com/llvm/llvm-project/pull/80254
More information about the libcxx-commits
mailing list