]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove dependency on std::regex
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 13 Jul 2020 11:39:45 +0000 (13:39 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 13 Jul 2020 11:39:45 +0000 (13:39 +0200)
commita6adb502923ce83e3eef11ae15a0717af340fb8e
tree5170b8e90040a8297407499f5f68cf209d11cc65
parentd82f92e6b80810fac1a280ff7702ac25598f57f6
Remove dependency on std::regex

std::regex is not available for GCC 4.8. It’s also a bit bloated. The
reason for not using POSIX regex functionality is that it’s not
available in MinGW.
src/Util.cpp
src/Util.hpp
unittest/test_Util.cpp