$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: hartmut.kaiser_at_[hidden]
Date: 2008-04-22 11:10:53
Author: hkaiser
Date: 2008-04-22 11:10:52 EDT (Tue, 22 Apr 2008)
New Revision: 44719
URL: http://svn.boost.org/trac/boost/changeset/44719
Log:
Spirit.Support: Minor change
Text files modified: 
   trunk/boost/spirit/home/support/iterators/detail/combine_policies.hpp |     3 +--                                     
   1 files changed, 1 insertions(+), 2 deletions(-)
Modified: trunk/boost/spirit/home/support/iterators/detail/combine_policies.hpp
==============================================================================
--- trunk/boost/spirit/home/support/iterators/detail/combine_policies.hpp	(original)
+++ trunk/boost/spirit/home/support/iterators/detail/combine_policies.hpp	2008-04-22 11:10:52 EDT (Tue, 22 Apr 2008)
@@ -414,8 +414,7 @@
     //  multi_pass template, combining 4 separate policies into one. Any other
     //  multi_pass policy class needs to follow the scheme as shown below.
     template<
-        typename Ownership, typename Checking, typename Input, 
-        typename Storage
+        typename Ownership, typename Checking, typename Input, typename Storage
     >
     struct default_policy
     {