Skip to content
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

Clang OSX compilation issue #108

Open
SylvainCorlay opened this issue Jun 21, 2024 · 0 comments
Open

Clang OSX compilation issue #108

SylvainCorlay opened this issue Jun 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SylvainCorlay
Copy link
Collaborator

SylvainCorlay commented Jun 21, 2024

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:

pointer_traits.h:118:22: error: implicit instantiation of undefined template 'std::__pointer_traits_element_type<S>'
  118 |     typedef typename __pointer_traits_element_type
@Alex-PLACET Alex-PLACET added the bug Something isn't working label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants