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
* [issue 2417] use boost::core::string_view. This improves inter-conversion between string_view implementations. Some observable differences for users:
19
20
* `core::string_view` no longer supports the `.to_string()` or `.clear()` extensions from Utility
20
21
* code that relied on `.max_size()` returning `.size(),` needs to be fixed to use `.size()` instead
0 commit comments