Support C++11 <regex> as alternative to POSIX regex.h.
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 29 Sep 2012 10:46:20 +0000 (13:46 +0300)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 4 Oct 2012 03:29:22 +0000 (05:29 +0200)
commitd36ac30099c9aeabdc911643ffff661734b65b9f
treede8a179cf36510bf78afebf7b86bc74ee2eb4432
parentb6b214839386caeffa3500c28f4f5d0c39454f62
Support C++11 <regex> as alternative to POSIX regex.h.

This allows using regex matching in selections also on Windows.

Change-Id: I0bb2ff3056dfa07779afeace1c02028bdfeb8707
CMakeLists.txt
src/config.h.cmakein
src/gromacs/utility/gmxregex.cpp