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

boost::python compatibility #18

Closed molpopgen closed 9 years ago

molpopgen commented 9 years ago

fwdpp 0.3.2 may KTfwd::GSLrng_t non-copyable.

boost::python modules require that the C++ types being exposed are copyable.

Hence, python compatibility is currently broken.

I will see if a fix is possible.

Everything is A-OK as far as Rcpp/R is concerned, though...

molpopgen commented 9 years ago

Fixed with release of 0.3.3