[libcxx-commits] [libcxx] [libcxx][c++26] 2937R0: Freestanding: Remove strtok (PR #146290)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 30 05:58:56 PDT 2025
================
@@ -2,7 +2,7 @@
// REQUIRES: freestanding
// XFAIL: *
-// RUN: %clang %s -c -o /dev/null -ffreestanding --std=c++20 2>&1 | FileCheck %s
+// RUN: %clang %s -c -o /dev/null -ffreestanding --std=c++2c 2>&1 | FileCheck %s
----------------
frederick-vs-ja wrote:
I think we should implement this in all modes, i.e. treat all later hosted additions as DRs.
https://github.com/llvm/llvm-project/pull/146290
More information about the libcxx-commits
mailing list