Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

#include <strstream> ERROR

4 views
Skip to first unread message

Clint Knott

unread,
Feb 26, 1999, 3:00:00 AM2/26/99
to
 While building I encountered the following error messages:

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

Clint Knott

unread,
Feb 27, 1999, 3:00:00 AM2/27/99
to
Problem Corrected!!


>


0 new messages