We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<exception>
Found in a project that vendors span: podofo/podofo#167
span
The root issue is that stdexcept no longer transitively includes exception for C++ > 20.
stdexcept
exception
span/include/tcb/span.hpp
Lines 27 to 30 in 836dc6a
The llvm's libc++ code is here https://github.com/llvm/llvm-project/blob/164597616c0c9cb42536d0d112e87e616751a438/libcxx/include/stdexcept#L280-L284
llvm's libc++ is the one shipped by apple on macOS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Found in a project that vendors
span
: podofo/podofo#167The root issue is that
stdexcept
no longer transitively includesexception
for C++ > 20.span/include/tcb/span.hpp
Lines 27 to 30 in 836dc6a
The llvm's libc++ code is here
https://github.com/llvm/llvm-project/blob/164597616c0c9cb42536d0d112e87e616751a438/libcxx/include/stdexcept#L280-L284
llvm's libc++ is the one shipped by apple on macOS.
The text was updated successfully, but these errors were encountered: