ouinet
ouinet copied to clipboard
Use std::regex instead of Boost's
As @inetic pointed out in e17d14a38e2d78926c0a0fb5de6a1e451fd76524, C++11 supports std::regex so there is no need to depend on Boost's implementation.
Reopened by 7a677def7e48243620be367a880982c195659992, see commit message.