$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: dannyh_at_[hidden]
Date: 2007-05-21 22:06:40
Author: dannyh
Date: 2007-05-21 22:06:40 EDT (Mon, 21 May 2007)
New Revision: 4170
URL: http://svn.boost.org/trac/boost/changeset/4170
Log:
removed some obfuscated code.
Text files modified: 
   sandbox/explore/boost/explore/explore.hpp |     3 +--                                     
   1 files changed, 1 insertions(+), 2 deletions(-)
Modified: sandbox/explore/boost/explore/explore.hpp
==============================================================================
--- sandbox/explore/boost/explore/explore.hpp	(original)
+++ sandbox/explore/boost/explore/explore.hpp	2007-05-21 22:06:40 EDT (Mon, 21 May 2007)
@@ -121,8 +121,7 @@
         // formats.
         struct basic_range_format
         {
-		// curriously never occurring typedef pattern
-		char typedef char_;
+		typedef char char_;
 
                 static char_ *header() { return "";}
                 static char_ *footer() { return "";}