cc: Use manual parsing instead of std::regex
Older versions of GCC don't support std::regex even though they support most of C++11. To avoid breaking the build on older systems, such as Ubuntu 14.04, use manual parsing instead of std::regex.
Showing
Please register or sign in to comment