mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed support for cint.
This commit is contained in:
@ -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&();
|
||||
|
||||
Reference in New Issue
Block a user