$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r54150 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-21 17:54:39
Author: cschladetsch
Date: 2009-06-21 17:54:39 EDT (Sun, 21 Jun 2009)
New Revision: 54150
URL: http://svn.boost.org/trac/boost/changeset/54150
Log:
changed header guard for local_allocator.hpp
Text files modified: 
   sandbox/monotonic/boost/monotonic/local_allocator.hpp |     6 +++---                                  
   1 files changed, 3 insertions(+), 3 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/local_allocator.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/local_allocator.hpp	(original)
+++ sandbox/monotonic/boost/monotonic/local_allocator.hpp	2009-06-21 17:54:39 EDT (Sun, 21 Jun 2009)
@@ -3,8 +3,8 @@
 //  Distributed under the Boost Software License, Version 1.0. (See accompanying 
 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-#ifndef BOOST_MONOTONIC_SHARED_ALLOCATOR_H
-#define BOOST_MONOTONIC_SHARED_ALLOCATOR_H
+#ifndef BOOST_MONOTONIC_LOCAL_ALLOCATOR_H
+#define BOOST_MONOTONIC_LOCAL_ALLOCATOR_H
 
 #include <boost/monotonic/allocator_base.hpp>
 #include <boost/monotonic/thread_local_storage.hpp>
@@ -70,6 +70,6 @@
 
 } // namespace boost
 
-#endif // BOOST_MONOTONIC_ALLOCATOR_H
+#endif // BOOST_MONOTONIC_LOCAL_ALLOCATOR_H
 
 //EOF