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

Remove preprocessor guard around template type trait variables. #266

Closed molpopgen closed 4 years ago

molpopgen commented 4 years ago

Now that C++14 is the minimum requirement, we no longer need the preprocessor to hide these types for a C++11 compiler.