mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
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:
parent
ef2001c7ff
commit
6870144a3b
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user