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
need to fix this:
manager.cpp:114:11: error: no matching function for call to 'regex_replace'
label = std::regex_replace(label, std::regex(".json$"), "");
seems to be a bug w/ regex on older gcc.. solution is to stop using regex :)
The text was updated successfully, but these errors were encountered:
document these problems
manager.cpp:114:11: error: no matching function for call to 'regex_replace'
label = std::regex_replace(label, std::regex(".json$"), "");
seems to be a bug w/ regex on older gcc.. solution is to stop using regex :)
The text was updated successfully, but these errors were encountered: