libcxx: don't impose _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS on users

closes https://github.com/ziglang/zig/issues/25455
This commit is contained in:
Alex Rønne Petersen 2025-10-04 00:45:17 +02:00
parent ef2001c7ff
commit 6870144a3b
No known key found for this signature in database

View File

@ -556,5 +556,4 @@ pub fn addCxxArgs(
try cflags.append("-D_LIBCPP_HAS_LIBRARY_ALIGNED_ALLOCATION=0");
}
}
try cflags.append("-D_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS");
}