libbitcoin / libbitcoin-system

Bitcoin Cross-Platform C++ Development Toolkit

Home Page:https://libbitcoin.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop boost::regex

evoskuil opened this issue · comments

This is in use in a couple places, but should now be replaceable using std::regex. However this requires translation of the expressions and calling syntax.