You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both aspects don't work: Clang rejects Meow<std::string> because std::string doesn't match the requirements of the first constructor, even though it does match the second. Also, Clang fails the second static_assert.
This part of concepts doesn't work:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p0848r3.html
Both aspects don't work: Clang rejects
Meow<std::string>
becausestd::string
doesn't match the requirements of the first constructor, even though it does match the second. Also, Clang fails the secondstatic_assert
.The text was updated successfully, but these errors were encountered: