Corrected test applications.

This commit is contained in:
henry
2009-11-20 12:40:19 +00:00
parent 08e4e5c556
commit 35c9d7bbd5
15 changed files with 68 additions and 213 deletions

View File

@ -57,6 +57,8 @@ public:
Info <<"delete Scalar: " << data_ << endl;
}
autoPtr<Scalar> clone() const;
friend Ostream& operator<<(Ostream& os, const Scalar& val)
{
os << val.data_;