[libcxx-commits] [libcxx] [libc++] Optimize std::getline (PR #121346)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 2 07:13:05 PDT 2025


================
@@ -0,0 +1,44 @@
+//===----------------------------------------------------------------------===//
+//
+// 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_SUPPORT_STREAM_TYPE_H
+#define TEST_SUPPORT_STREAM_TYPE_H
----------------
ldionne wrote:

```suggestion
#ifndef TEST_SUPPORT_STREAM_TYPES_H
#define TEST_SUPPORT_STREAM_TYPES_H
```

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


More information about the libcxx-commits mailing list