$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74061 - sandbox/maps/boost/maps/generic
From: bjs3141_at_[hidden]
Date: 2011-08-25 18:09:54
Author: brian.smith
Date: 2011-08-25 18:09:53 EDT (Thu, 25 Aug 2011)
New Revision: 74061
URL: http://svn.boost.org/trac/boost/changeset/74061
Log:
commit
Text files modified: 
   sandbox/maps/boost/maps/generic/array.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/maps/boost/maps/generic/array.hpp
==============================================================================
--- sandbox/maps/boost/maps/generic/array.hpp	(original)
+++ sandbox/maps/boost/maps/generic/array.hpp	2011-08-25 18:09:53 EDT (Thu, 25 Aug 2011)
@@ -304,7 +304,7 @@
 
         void operator()( type& a ) 
         {   
-            memset( a, 0, S * sizeof(T) ); // '\0'
+            memset( a, 0, S * sizeof(T) );
         }
     };