Removed support for cint.

This commit is contained in:
Henry Weller
2009-06-22 21:03:57 +01:00
parent bde1e5b2e1
commit 3345fd8378
52 changed files with 53 additions and 358 deletions

View File

@ -122,19 +122,13 @@ public:
// IOstream Operators
friend Istream& operator>>
#ifndef __CINT__
<T, Key, Hash>
#endif
friend Istream& operator>> <T, Key, Hash>
(
Istream&,
HashPtrTable<T, Key, Hash>&
);
friend Ostream& operator<<
#ifndef __CINT__
<T, Key, Hash>
#endif
friend Ostream& operator<< <T, Key, Hash>
(
Ostream&,
const HashPtrTable<T, Key, Hash>&