Disable copy constructors?
matsen opened this issue · comments
Erick Matsen commented
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?
Amrit Dhar commented
don't worry, i never pass by value unless its needed