When I use Common C++ sockets with STLport I get the following error:
/usr/include/cc++2/cc++/socket.h: In destructor `virtual
ost::TCPStream::~TCPStream()':
/usr/include/cc++2/cc++/socket.h:1627: error: `uncaught_exception' undeclared
in namespace `_STL'
/usr/include/cc++2/cc++/socket.h: In copy constructor `
ost::tcpstream::tcpstream(const ost::tcpstream&)':
/usr/include/cc++2/cc++/socket.h:1688: warning: base class `struct
_STL::basic_ios<char, _STL::char_traits<char> >' should be explicitly
initialized in the copy constructor
It's my mistake or a bug in version 1.1.0?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I use Common C++ sockets with STLport I get the following error:
/usr/include/cc++2/cc++/socket.h: In destructor `virtual
ost::TCPStream::~TCPStream()':
/usr/include/cc++2/cc++/socket.h:1627: error: `uncaught_exception' undeclared
in namespace `_STL'
/usr/include/cc++2/cc++/socket.h: In copy constructor `
ost::tcpstream::tcpstream(const ost::tcpstream&)':
/usr/include/cc++2/cc++/socket.h:1688: warning: base class `struct
_STL::basic_ios<char, _STL::char_traits<char> >' should be explicitly
initialized in the copy constructor
It's my mistake or a bug in version 1.1.0?
thanks