Author: sebor
Date: Wed Sep 10 12:53:52 2008
New Revision: 693958
URL: http://svn.apache.org/viewvc?rev=693958&view=rev
Log:
2008-09-10 Martin Sebor <[EMAIL PROTECTED]>
* include/strstream (_C_init): Added the empty exception
specification for consistency with the definition of the
function idadvertently chnaged in r693942.
Modified:
stdcxx/branches/4.2.x/include/strstream
Modified: stdcxx/branches/4.2.x/include/strstream
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/include/strstream?rev=693958&r1=693957&r2=693958&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/include/strstream (original)
+++ stdcxx/branches/4.2.x/include/strstream Wed Sep 10 12:53:52 2008
@@ -51,7 +51,7 @@
typedef basic_streambuf<char, char_traits<char> > _Base;
void _C_init (streamsize, const void*, streamsize, const void*,
- void* (*)(_RWSTD_SIZE_T), void (*)(void*), int);
+ void* (*)(_RWSTD_SIZE_T), void (*)(void*), int) _THROWS(());
public:
// D.7.1.1, p1