]> git.lyx.org Git - lyx.git/commit
Use std::regex if possible
authorGeorg Baum <baum@lyx.org>
Sun, 28 Dec 2014 17:08:18 +0000 (18:08 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 28 Dec 2014 17:08:18 +0000 (18:08 +0100)
commit394e1bf99c7dc9ab2912665a441a11b6e947bdd7
tree0d561406e17345ab3157f0b575a484dccc753610
parentdae8555234f0e5c8358b91c307d91b219c664617
Use std::regex if possible

It works with gcc >= 4.9.0 and clang (with libc++ or gcc libstdc++ from gcc
>= 4.9.0). The MSVC parg is missing, because I cannot test it, and the
autotools build still link against boost::regex even if it is not needed, but
I don't know how to fix that.
CMakeLists.txt
configure.ac
src/support/regex.h