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
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
Hi,
I'd like to use LOG_TO_STRING(ERROR,string) macros.
However, it requires to write using namespace std; or using std::string;
before calling macros. That's not convinient.
That's because LOG_TO_STRING does not use std namespace in static_cast.