-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tiledb/stdx/test/compat.cc fails to build with libcxx (llvm-19) #5411
Comments
Hi @paparodeo, thanks for opening the issue. We'll remove the polyfill namespace conflict soon. We added some conditional logic for this issue with AppleClang in https://github.com/TileDB-Inc/TileDB/pull/5364/files, but it looks like nixpkgs uses upstream Clang. Will making that check conditional only on work for you?
[sc-61180] |
yes -- verified that replace |
libcxx from llvm-19 https://libcxx.llvm.org/ReleaseNotes/19.html does not yet support
stop_token
andjthread
without the-fexperimental-library
flag.when building without the flag the polyfill implementations conflict with the libcxx std namespace.
tiledb: 2.27.0
os: macOS 15.2 with nixpkgs and and llvm-19
The text was updated successfully, but these errors were encountered: