robparrish / lightspeed-defunct

0 stars 1 forks source link

Copy Constructors/Vector emplacement with PotentialInt4C #8

Open robparrish opened 9 years ago

robparrish commented 9 years ago

Try to build a vector of PotentialInt4C objects (not shared_ptr references). Very weird stuff is happening when the destructors are called as the vector resizes. I suspect this stems from a lack of default constructor.