question in Intersector.h
Julian Cummings
cummings at cacr.caltech.edu
Wed Apr 18 02:57:07 UTC 2001
The class IntersectorData defined in Intersector.h
has a copy constructor and an assignment operator
defined to just call CTAssert(false). This is pretty
evil, since it does not compile at all. Would it be
OK to simply declare the copy constructor and the
assignment operator to be private member functions,
so that no one can call them? The current code is
giving me grief.
Julian C.
--
Dr. Julian C. Cummings E-mail: cummings at cacr.caltech.edu
California Institute of Technology Phone: 626-395-2543
1200 E. California Blvd., Mail Code 158-79 Fax: 626-584-5917
Pasadena, CA 91125
More information about the pooma-dev
mailing list