2008-09-09  Farid Zaripov  <faridz@apache.org>

	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).


git-svn-id: https://svn.apache.org/repos/asf/stdcxx/trunk@693430 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp b/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
index 3f3ee54..ecfb9bd 100644
--- a/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
+++ b/tests/regress/27.stringbuf.overflow.stdcxx-149.cpp
@@ -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;