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
The compilation issue observed with standard clang (not Apple clang) on OSX actually applies to any build with clang with libc++.
libc++
It is due to this issue upstream: llvm/llvm-project#67449, which has been resolved here: llvm/llvm-project@078651b#diff-cdad0245814da2f53716b70103381880154ed6ea30dcc34cfcc6c51a164c4b0d.
-- I am refering to the error message:
pointer_traits.h:118:22: error: implicit instantiation of undefined template 'std::__pointer_traits_element_type<S>' 118 | typedef typename __pointer_traits_element_type
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The compilation issue observed with standard clang (not Apple clang) on OSX actually applies to any build with clang with
libc++
.It is due to this issue upstream: llvm/llvm-project#67449, which has been resolved here: llvm/llvm-project@078651b#diff-cdad0245814da2f53716b70103381880154ed6ea30dcc34cfcc6c51a164c4b0d.
-- I am refering to the error message:
The text was updated successfully, but these errors were encountered: