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
perf(io): excise last use of std::regex (hsutter#515)
* perf(io): excise last use of `std::regex`
* Change `&*x.end()` to `x.data()+x.length()` to avoid UB
Signed-off-by: Herb Sutter <[email protected]>
---------
Signed-off-by: Herb Sutter <[email protected]>
Co-authored-by: Herb Sutter <[email protected]>
0 commit comments