CPPC0300E:The "private" member "std::basic_streambuf<char,std::char_traits<char> >::operator=(const basic_streambuf<char,std::char_traits<char> > &)" cannot be accessed.
CPPC0300E:The "private" member "std::basic_ios<char,std::char_traits<char>
>::operator=(const _Myt &)" cannot be accessed.
The complete (expanded) error list for the first message follows:
CPPC0300E:The "private" member "std::basic_streambuf<char,std::char_traits<char>
>::operator=(const basic_streambuf<char,std::char_traits<char> >
&)" cannot be accessed.
CPPC0700I:The previous message was produced while
processing "std::basic_stringbuf<char,std::char_traits<char>,std::allocator<char>
>::operator=".
CPPC0700I:The previous message was produced while
processing "std::basic_stringbuf<char,std::char_traits<char>,std::allocator<char>
>".
CPPC0700I:The previous message was produced while
processing "std::stringbuf".
CPPC1301I:The previous error occurs during the
processing of file "D:\TestHarness\Temp\..\..\Build1\src\Jsims\Hld\Support\Memento.cc".
CPPC1300I:"C:\IBMCPPW40\INCLUDE\xlocnum" includes
the file "C:\IBMCPPW40\INCLUDE\streambuf".
CPPC1300I:"C:\IBMCPPW40\INCLUDE\ios" includes
the file "C:\IBMCPPW40\INCLUDE\xlocnum".
CPPC1300I:"C:\IBMCPPW40\INCLUDE\ostream" includes
the file "C:\IBMCPPW40\INCLUDE\ios".
CPPC1300I:"C:\IBMCPPW40\INCLUDE\istream" includes
the file "C:\IBMCPPW40\INCLUDE\ostream".
CPPC1300I:"C:\IBMCPPW40\INCLUDE\strstream" includes
the file "C:\IBMCPPW40\INCLUDE\istream".
CPPC1300I:"D:\TestHarness\Temp\..\..\Build1\src\Jsims\Hld\Support\Memento.h"
includes the file "C:\IBMCPPW40\INCLUDE\strstream".
CPPC1300I:"D:\TestHarness\Temp\..\..\Build1\src\Jsims\Hld\Support\Memento.cc"
includes the file "D:\TestHarness\Temp\..\..\Build1\src\Jsims\Hld\Support\Memento.h".
When I finally tracked it down in my code I arrive at: #include
<strstream>.
Any ideas???
clint
>