Author: faridz
Date: Tue Sep  9 03:47:53 2008
New Revision: 693429

URL: http://svn.apache.org/viewvc?rev=693429&view=rev
Log:
2008-09-09  Farid Zaripov  <[EMAIL PROTECTED]>

        Merged r693428 from branches/4.2.x

        * tests/regress/27.stringbuf.overflow.stdcxx-149.cpp: Give name to
        the unnamed struct to workaround bug of the ICC/Windows (see 
STDCXX-719).

Modified:
    stdcxx/branches/4.3.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp

Modified: 
stdcxx/branches/4.3.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
URL: 
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp?rev=693429&r1=693428&r2=693429&view=diff
==============================================================================
--- stdcxx/branches/4.3.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp 
(original)
+++ stdcxx/branches/4.3.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp 
Tue Sep  9 03:47:53 2008
@@ -34,7 +34,7 @@
     // Exercise the implementation of the resolution of LWG issue 432:
     // http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#432
 
-    struct: std::stringbuf {
+    struct MyBuf : std::stringbuf {
         using std::stringbuf::eback;
         using std::stringbuf::egptr;
         using std::stringbuf::pbase;


Reply via email to