Author: faridz
Date: Tue Sep 9 03:49:08 2008
New Revision: 693430
URL: http://svn.apache.org/viewvc?rev=693430&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/trunk/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
Modified: stdcxx/trunk/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp?rev=693430&r1=693429&r2=693430&view=diff
==============================================================================
--- stdcxx/trunk/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp (original)
+++ stdcxx/trunk/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp Tue Sep 9
03:49:08 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;