Boost logo

Boost-Commit :

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 "";}


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk