[libcxx-commits] [libcxx] [libc++][sstream] P2495R3: Interfacing `stringstream`s with `string_view` (PR #80552)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Sun Mar 3 09:06:26 PST 2024


================
@@ -0,0 +1,75 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef TEST_STD_INPUTOUTPUT_STRINGSTREAMS_TYPES_H
+#define TEST_STD_INPUTOUTPUT_STRINGSTREAMS_TYPES_H
----------------
mordante wrote:

I haven't noticed this before. I feel `types.h` is really a generic name; my system has about 300 of them. I see you renamed it to `helper_types.h`, which is less generic.

https://github.com/llvm/llvm-project/pull/80552


More information about the libcxx-commits mailing list