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
In include/boost/range/as_literal.hpp, the C++20 char8_t overloads are not implemented, in contrast to the already existing char16_t and char32_t versions. This leads to e.g.
In include/boost/range/as_literal.hpp, the C++20 char8_t overloads are not implemented, in contrast to the already existing char16_t and char32_t versions. This leads to e.g.
boost::algorithm::starts_with(u8".git", u8".") == false
but only for C++20, and with u8, resp. char8_t.
The text was updated successfully, but these errors were encountered: