[libcxx-commits] [libcxx] [libc++] Implements Runtime format strings. (PR #73353)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 5 09:02:07 PST 2023


================
@@ -0,0 +1,20 @@
+//===----------------------------------------------------------------------===//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+// UNSUPPORTED: c++03, c++11, c++14, c++17
----------------
ldionne wrote:

Same comments here.

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


More information about the libcxx-commits mailing list