-
Notifications
You must be signed in to change notification settings - Fork 243
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
Deprecated: char_traits<T>
in LLVM 18
#738
Comments
Almost duplicate: #726 |
Thanks for noting that @tt4g. Is it not fundamentally the same issue — "generic |
char_traits<T>
in LLVM 18
From the following link, it appears that LLVM has made a decision to remove the definition of
As #726 quotes, the
|
I think these are duplicates. I'll close this one. Workarounds are coming (one is: use |
I made the temporary fix, using |
…deprecated-declarations jtv/libpqxx#738 seems to have been fixed Workaround issue with clang-20 caused by ARM-software/astc-encoder@8377e52 Signed-off-by: Khem Raj <[email protected]>
…deprecated-declarations jtv/libpqxx#738 seems to have been fixed Workaround issue with clang-20 caused by ARM-software/astc-encoder@8377e52 Signed-off-by: Khem Raj <[email protected]>
As of LLVM 18, the
binarystring.hxx
has a deprecation warning ...The text was updated successfully, but these errors were encountered: