Unify regex implementation
commitff34f009195f8719a9a2c3f1168c3d91023c1035
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 24 Jan 2019 15:11:20 +0000 (24 16:11 +0100)
committerChristian Blau <cblau@gwdg.de>
Fri, 25 Jan 2019 11:17:35 +0000 (25 12:17 +0100)
treea4d88eb149bad35dd1739cddd30b3e087099c594
parentdb8ca51466334e64aef2863ac8bf6a441571de0c
Unify regex implementation

Now that we require compiler versions that all implement std::regex,
we can always have regex support and only use one implementation.

Refs #2831

Change-Id: I0118fc1aac127a5e2fcebd55a6bbef13b7c47762
CMakeLists.txt
src/config.h.cmakein
src/gromacs/selection/sm_keywords.cpp
src/gromacs/selection/tests/selectioncollection.cpp
src/gromacs/utility.h
src/gromacs/utility/gmxregex.cpp
src/gromacs/utility/gmxregex.h
src/gromacs/utility/tests/gmxregex.cpp