molpopgen / fwdpp

fwdpp is a C++ template library for implementing efficient forward-time population genetic simulations
http://fwdpp.readthedocs.io
GNU General Public License v3.0
27 stars 11 forks source link

Detect C++14 in configure script #262

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

We can safely move to cpp14 now. We should update the tools to check for 14 as the minimum required.

While we are at it, we can add the checks for cpp17 as optional.

These changes require updating the CI to remove cpp11 tests.