You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2007/09/18 21:28:47 UTC

svn commit: r577022 - /incubator/stdcxx/trunk/tests/include/rw_streambuf.h

Author: faridz
Date: Tue Sep 18 12:28:44 2007
New Revision: 577022

URL: http://svn.apache.org/viewvc?rev=577022&view=rev
Log:
2007-09-18 Farid Zaripov <Fa...@epam.com>

	* rw_streambuf.h: Removed 'Unknown' enum member as unused and
	conflicting with Windows API enumerator.

Modified:
    incubator/stdcxx/trunk/tests/include/rw_streambuf.h

Modified: incubator/stdcxx/trunk/tests/include/rw_streambuf.h
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/include/rw_streambuf.h?rev=577022&r1=577021&r2=577022&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/include/rw_streambuf.h (original)
+++ incubator/stdcxx/trunk/tests/include/rw_streambuf.h Tue Sep 18 12:28:44 2007
@@ -53,8 +53,7 @@
     Sync      = 0x0400,
     // bit OR-ed with MemFun bits
     Throw     = 0x1000,
-    Failure   = 0x2000,
-    Unknown   = 0x4000
+    Failure   = 0x2000
 };
 
 static const char* const streambuf_func_names[] = {