Adjust and document C++11 compiler tests
commit075fbb53290e42e76dd2c61a087fe9dd89afec3c
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 9 Jun 2016 11:42:21 +0000 (9 13:42 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 22 Jun 2016 07:34:33 +0000 (22 09:34 +0200)
treed5e5d1fc3e34806ceed12ea754cba23abc11551e
parent8c1fedf2bf9204e8bda0a436dcf061782ee85251
Adjust and document C++11 compiler tests

icc 16.0.0 didn't cope with the previous form, because it wants to use
a base-class copy constructor to implement the return. Disabled the
new move-constructor test for early patch releases of icc 16, but left
it active in the cases where it (is expected to) pass.

Change-Id: Iff3d52c7bc4180a33c495b7c73bb1328bb18764a
cmake/gmxTestCXX11.cmake