$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67542 - trunk/boost/range/detail
From: neil_at_[hidden]
Date: 2011-01-01 11:51:32
Author: neilgroves
Date: 2011-01-01 11:51:31 EST (Sat, 01 Jan 2011)
New Revision: 67542
URL: http://svn.boost.org/trac/boost/changeset/67542
Log:
[boost][range] - Fixed defect where BOOST_TEST_MESSAGE was being undefined as a side-effect by the boost/range/detail/any_iterator_buffer.hpp header file
Text files modified: 
   trunk/boost/range/detail/any_iterator_buffer.hpp |     2 --                                      
   1 files changed, 0 insertions(+), 2 deletions(-)
Modified: trunk/boost/range/detail/any_iterator_buffer.hpp
==============================================================================
--- trunk/boost/range/detail/any_iterator_buffer.hpp	(original)
+++ trunk/boost/range/detail/any_iterator_buffer.hpp	2011-01-01 11:51:31 EST (Sat, 01 Jan 2011)
@@ -114,6 +114,4 @@
     typedef any_iterator_buffer<64> any_iterator_default_buffer;
 } // namespace boost
 
-#undef BOOST_TEST_MESSAGE
-
 #endif // include guard