authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-04 00:45:17+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-10-04 00:46:04+02:00
log6870144a3b153dafdd740686bbbbae2d4489d305
tree949796902e42762c34e30074d7914cdbb29fe450
parentef2001c7ffdefafc9f61210d1daf3de4d460dd48
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

libcxx: don't impose _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS on users

closes https://github.com/ziglang/zig/issues/25455

1 files changed, 0 insertions(+), 1 deletions(-)

src/libs/libcxx.zig-1
...@@ -556,5 +556,4 @@ pub fn addCxxArgs(...@@ -556,5 +556,4 @@ pub fn addCxxArgs(
556 try cflags.append("-D_LIBCPP_HAS_LIBRARY_ALIGNED_ALLOCATION=0");556 try cflags.append("-D_LIBCPP_HAS_LIBRARY_ALIGNED_ALLOCATION=0");
557 }557 }
558 }558 }
559 try cflags.append("-D_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS");
560}559}