matsengrp / linearham

A Bayesian Phylo-HMM for B cell receptor sequence analysis

Home Page:http://matsengrp.github.io/linearham

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable copy constructors?

matsen opened this issue · comments

One can disable copy constructors by making them private and not defining them. Should we do this for our big objects that we don't accidentally want getting passed by value?

don't worry, i never pass by value unless its needed