Update of /home/cvs/GiNaC
Modified Files:
Tag: ginac_1-2
NEWS
Log Message:
- removed copy(), destroy(), copy constructors, destructors and assignment
operators from all classes except basic, because the defaults work just fine
(and this also speeds up things a little)
- clarified the behavior of basic copy constructor vs. basic assignment op