• Sasha Goldshtein's avatar
    cc: Use manual parsing instead of std::regex · 0e288ad4
    Sasha Goldshtein authored
    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.
    0e288ad4
tp_frontend_action.cc 6.25 KB