Author: sebor
Date: Mon Aug 14 11:54:39 2006
New Revision: 431410

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

        * podarray.h: Moved brace closing a namespace to the correct place.

Modified:
    incubator/stdcxx/trunk/src/podarray.h

Modified: incubator/stdcxx/trunk/src/podarray.h
URL: 
http://svn.apache.org/viewvc/incubator/stdcxx/trunk/src/podarray.h?rev=431410&r1=431409&r2=431410&view=diff
==============================================================================
--- incubator/stdcxx/trunk/src/podarray.h (original)
+++ incubator/stdcxx/trunk/src/podarray.h Mon Aug 14 11:54:39 2006
@@ -210,12 +210,12 @@
 
 #endif   // _RWSTD_INSTANTIATE_POD_ARRAY
 
+}   // namespace __rw
+
 
 #if _RWSTD_DEFINE_TEMPLATE_LAST (_POD_ARRAY)
 #  include "podarray.cc"
 #endif   // _RWSTD_DEFINE_TEMPLATE_LAST (_POD_ARRAY)
-
-}   // namespace __rw
 
 
 #endif   // _RWSTD_PODARRAY_H_INCLUDED


Reply via email to