C++11 regex -> boost::regex
The regex part of the C++11 standard was not implemented before june 2015. To avoid forcing users to have a very recent compiler, switching to boost instead.
Please register or sign in to comment
The regex part of the C++11 standard was not implemented before june 2015. To avoid forcing users to have a very recent compiler, switching to boost instead.