amkozlov / raxml-ng

RAxML Next Generation: faster, easier-to-use and more flexible
GNU Affero General Public License v3.0
379 stars 64 forks source link

PartitionStats lack of an explicit copy asignment was causing a warning #84

Closed computations closed 4 years ago

computations commented 4 years ago

The fix is to implement the copy asignment operator. I used the copy and swap pattern.