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
Add fromChars() to CharTraitsT, to convert from const char* to string_type
This is a cheap fix, to ensure that match_results::format() gets the right
encoding. It'd be nice to fix these converters such that we only do the
conversion rather than the multiple alloc/dealloc/convert-to-string
mess that we're doing now.
0 commit comments