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
std::string_view doesn't compile on Mac OS with LLVM 19 from brew, because it can't find a specialization of std::char_traits. This seems to be standard-conforming behaviour, because standard only mentions std::char_traits for char types without explicit 'signedness'.
The text was updated successfully, but these errors were encountered:
std::string_view doesn't compile on Mac OS with LLVM 19 from brew, because it can't find a specialization of std::char_traits. This seems to be standard-conforming behaviour, because standard only mentions std::char_traits for char types without explicit 'signedness'.
The text was updated successfully, but these errors were encountered: