freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

question in Intersector.h


From: Julian Cummings
Subject: question in Intersector.h
Date: Tue, 17 Apr 2001 19:57:07 -0700

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: address@hidden
California Institute of Technology           Phone:  626-395-2543
1200 E. California Blvd., Mail Code 158-79   Fax:    626-584-5917
Pasadena, CA 91125



reply via email to

[Prev in Thread] Current Thread [Next in Thread]