Replies: 2 comments 3 replies
-
For Clang 8, which are the two places where |
Beta Was this translation helpful? Give feedback.
1 reply
-
Could the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The documentation in
docs/index.rst
says "Clang 7+", but I couldn't compile it with Clang < 9.Clang 7:
Clang 8:
For Clang 8, it's enough to remove
noexcept
in two places to make it compile.Alternatively, the compiler requirement could be changed to "Clang 9+".
Beta Was this translation helpful? Give feedback.
All reactions