Update tests for C++11 compiler and standard library
commit9ba0cb8efba7c838d49d6c958c85463250ffaef3
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 9 Feb 2017 10:49:38 +0000 (9 11:49 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 13 Oct 2017 12:43:33 +0000 (13 14:43 +0200)
treed447f19e768881019b19f87789f8976d492a687b
parent8dec71599f2ce6f5ce84ea954a73480cca20d84b
Update tests for C++11 compiler and standard library

We've started using some more features, so broaden the
range of things for which we check at cmake time.

Also made an explicit error message for older icc that can't handle
newer gcc standard libraries, since this might come up a few times.

Fixes #2116

Change-Id: I3656edb3f7e6f81bbf6ed3ed764bcac56802f87f
cmake/gmxTestCXX11.cmake