Actions

icon Post
text/html Subscribe
text/html Unsubscribe

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

CVS update: pooma


  • To: pooma-cvs@xxxxxxxxxxxxxxxxxxxxxx
  • Subject: CVS update: pooma
  • From: pooma@xxxxxxxxxxxxxxxxxxxxxxx
  • Date: 20 Apr 2001 19:02:22 -0000

Date:	Friday April 20, 2001 @ 13:02
Author:	pooma

Update of /home/pooma/Repository/r2/src/Evaluator
In directory merlin.codesourcery.com:/tmp/cvs-serv3593

Modified Files:
	SimpleIntersector.h 
Log Message:
Removed body of copy constructor and assignment operator 
for class SimpleIntersectorData that called CTAssert(false),
since this fails to compile.  Instead, just make these 
members private, so no one can invoke them.