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
Currently OSRM uses libfmt for formatting. With C++20, we can use std::format where available while maintaining backward compatibility with older compilers that lack <format> support.
Currently OSRM uses libfmt for formatting. With C++20, we can use
std::formatwhere available while maintaining backward compatibility with older compilers that lack<format>support.