Author: sebor
Date: Thu May 18 14:36:46 2006
New Revision: 407638

URL: http://svn.apache.org/viewvc?rev=407638&view=rev
Log:
2006-05-18  Martin Sebor  <[EMAIL PROTECTED]>

        * rw_allocator.h (allocator): Changed the class-key from struct
        to class to shut up a bogus MSVC warning.

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

Modified: incubator/stdcxx/trunk/tests/include/rw_allocator.h
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/include/rw_allocator.h?rev=407638&r1=407637&r2=407638&view=diff
==============================================================================
--- incubator/stdcxx/trunk/tests/include/rw_allocator.h (original)
+++ incubator/stdcxx/trunk/tests/include/rw_allocator.h Thu May 18 14:36:46 2006
@@ -37,7 +37,7 @@
 // declare to avoid dragging in all of <memory>
 // (yes, it is undefined for programs to do that)
 template <class T>
-struct allocator;
+class allocator;
 
 }   // namespace std
 


Reply via email to