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

@ -182,12 +182,9 @@ public:
);
//- Convert to Ostream for << operations
#ifndef __CINT__
operator OSstream&();
#endif
//- Explicitly convert to Ostream for << operations
// needed in cint
OSstream& operator()()
{
return operator OSstream&();