You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2006/05/18 23:36:46 UTC

svn commit: r407638 - /incubator/stdcxx/trunk/tests/include/rw_allocator.h

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  <se...@roguewave.com>

	* 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