[libcxx-commits] [libcxx] [libc++] Granularize the <new> header (PR #119270)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 9 13:41:04 PST 2024


================
@@ -0,0 +1,33 @@
+//===----------------------------------------------------------------------===//
+//
+// 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 _LIBCPP___NEW_INTERFERENCE_SIZE_H
+#define _LIBCPP___NEW_INTERFERENCE_SIZE_H
+
+#include <__config>
----------------
philnik777 wrote:

```suggestion
#include <__config>
#include <__cstddef/size_t.h>
```

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


More information about the libcxx-commits mailing list