matsengrp/linearham

Disable copy constructors?

Closed this issue · 1 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