Author: faridz
Date: Tue Jun 26 09:01:18 2007
New Revision: 550837
URL: http://svn.apache.org/viewvc?view=rev&rev=550837
Log:
2007-06-26 Farid Zaripov <[EMAIL PROTECTED]>
* _iosbase.h: Fixed references to standard.
Modified:
incubator/stdcxx/trunk/include/rw/_iosbase.h
Modified: incubator/stdcxx/trunk/include/rw/_iosbase.h
URL:
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_iosbase.h?view=diff&rev=550837&r1=550836&r2=550837
==============================================================================
--- incubator/stdcxx/trunk/include/rw/_iosbase.h (original)
+++ incubator/stdcxx/trunk/include/rw/_iosbase.h Tue Jun 26 09:01:18 2007
@@ -291,13 +291,13 @@
typedef void (*event_callback)(event, ios_base&, int);
- // 27.5.2.6, p1
+ // 27.4.2.6, p1
void register_callback (event_callback, int);
// 27.4.2.4, p1
static bool sync_with_stdio (bool = true);
- // 27.5.2.7, p2
+ // 27.4.2.7, p2
virtual ~ios_base ();
// returns a numeric base as per 22.2.2.1.2, p4
@@ -307,7 +307,7 @@
protected:
- // 27.5.2.7, p1
+ // 27.4.2.7, p1
ios_base ();
// implements basic_ios<T>::init()