steve-the-bayesian / BOOM

A C++ library for Bayesian modeling, mainly through Markov chain Monte Carlo, but with a few other methods supported. BOOM = "Bayesian Object Oriented Modeling". It is also the sound your computer makes when it crashes.
GNU Lesser General Public License v2.1
36 stars 15 forks source link

Fix the move constructor for virtual bases. #20

Open steve-the-bayesian opened 6 years ago

steve-the-bayesian commented 6 years ago

./Models/ModelTypes.hpp:202:9: warning: defaulted move assignment for 'BOOM::LoglikeModel' calls a non-trivial move assignment operator for virtual base 'BOOM::MLE_Model' [-Wvirtual-mo