std::operator<<
Dharmendra Bhojwani <[email protected]> Wed, 11 Oct 2006 05:23:13 -0700 (PDT)
| Newsgroups | gmane.comp.video.openexr.user |
|---|---|
| Message-ID | <[email protected]> |
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.
_______________________________________________
Openexr-user mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/openexr-user