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
Right now, we are using a custom string_format method hacked on top of sprintf. When embedding strings, this requires .c_str() (expensive). Once std::format is implemented by compilers, use that instead.
The text was updated successfully, but these errors were encountered:
Right now, we are using a custom string_format method hacked on top of sprintf. When embedding strings, this requires .c_str() (expensive). Once std::format is implemented by compilers, use that instead.
The text was updated successfully, but these errors were encountered: