openexr-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Openexr-user] std::operator<<


From: Dharmendra Bhojwani
Subject: [Openexr-user] std::operator<<
Date: Wed, 11 Oct 2006 05:23:13 -0700 (PDT)

Hi Everybody,
 
I have got some error in my code....
 
I have one function like....
 

void CSISHeader::Dump (std::ostream& aStream, const int aLevel) const
 {
 aStream << "|" << iDataType << "," << iDataSize << "|";
 }
 
AND i am getting error  while compiling with g++
 
 error: ambiguous overload for 'operator<<' in 'std::operator<<
 
Can anybody please help in this ?
 
Thanks


Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2ยข/min or less.
reply via email to

[Prev in Thread] Current Thread [Next in Thread]