Author: faridz
Date: Tue Sep 9 03:45:43 2008
New Revision: 693428
URL: http://svn.apache.org/viewvc?rev=693428&view=rev
Log:
2008-09-09 Farid Zaripov <[EMAIL PROTECTED]>
* 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.2.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
Modified:
stdcxx/branches/4.2.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp?rev=693428&r1=693427&r2=693428&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
(original)
+++ stdcxx/branches/4.2.x/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
Tue Sep 9 03:45:43 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;