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
I had to remove the implementation of std::basic_string_view for pre-C++17 since it didn't allow me to pass string_view object to fmt, it said (it didn't know how to convert from basic_string_view to basic_string_view). After that, it worked.