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
Solidity still uses boost::regex in some cases although we can already use std::regex. The code should switch to std::regex and the dependency on the boost::regex library should be removed from the cmake files.
Solidity still uses boost::regex in some cases although we can already use std::regex. The code should switch to std::regex and the dependency on the boost::regex library should be removed from the cmake files.