-
Notifications
You must be signed in to change notification settings - Fork 45
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
error: explicit specialization of non-template class 'hash' #5
Comments
Note to self: investigate CGAL/Nested specialization syntax?. |
Above CGAL link refers to Why can't I specialize std::tuple_element which states the location of the original declaration of
However this situation is not (directly) the case here. |
gsl lite's issue 63 provides more information and circumvents the Clang Xcode problem by using |
I gather #include <functional> is missing. |
@njlr Question is: do we now get gsl lite's issue 63 ? |
The tests work now.
|
See: #6 |
Thanks! |
I get this error when building the tests on macOS:
My Clang version:
My compiler flags:
The text was updated successfully, but these errors were encountered: