Antonio Sanchez eeacbd26c8 Bump CMake files to at least c++11.
Removed all configurations that explicitly test or set the c++ standard
flags. The only place the standard is now configured is at the top of
the main `CMakeLists.txt` file, which can easily be updated (e.g. if
we decide to move to c++14+). This can also be set via command-line using
```
> cmake -DCMAKE_CXX_STANDARD 14
```

Kept the `EIGEN_TEST_CXX11` flag for now - that still controls whether to
build/run the `cxx11_*` tests.  We will likely end up renaming these
tests and removing the `CXX11` subfolder.
2021-08-25 20:07:48 +00:00
..
2020-07-23 13:51:39 +02:00
2018-09-18 04:15:01 -04:00
2016-07-26 12:12:53 +02:00
2016-07-26 23:51:43 +02:00
2019-01-17 10:35:50 +01:00
2008-11-24 13:40:43 +00:00
2019-01-23 10:35:06 +01:00
2018-03-11 10:01:44 -04:00