Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58574 - in trunk/boost/spirit/home: karma/detail qi/detail
From: hartmut.kaiser_at_[hidden]
Date: 2009-12-29 20:39:38


Author: hkaiser
Date: 2009-12-29 20:39:37 EST (Tue, 29 Dec 2009)
New Revision: 58574
URL: http://svn.boost.org/trac/boost/changeset/58574

Log:
Spirit: untabified files
Text files modified:
   trunk/boost/spirit/home/karma/detail/pass_container.hpp | 4 ++--
   trunk/boost/spirit/home/qi/detail/pass_container.hpp | 4 ++--
   2 files changed, 4 insertions(+), 4 deletions(-)

Modified: trunk/boost/spirit/home/karma/detail/pass_container.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/detail/pass_container.hpp (original)
+++ trunk/boost/spirit/home/karma/detail/pass_container.hpp 2009-12-29 20:39:37 EST (Tue, 29 Dec 2009)
@@ -109,10 +109,10 @@
         bool dispatch_attribute(Component const& component, mpl::true_) const
         {
             typedef typename traits::attribute_of<
- Component, context_type>::type attribute_type;
+ Component, context_type>::type attribute_type;
 
             typedef mpl::and_<
- traits::is_container<attribute_type>
+ traits::is_container<attribute_type>
               , is_convertible<Attr, attribute_type> > predicate;
 
             return dispatch_attribute_element(component, predicate());

Modified: trunk/boost/spirit/home/qi/detail/pass_container.hpp
==============================================================================
--- trunk/boost/spirit/home/qi/detail/pass_container.hpp (original)
+++ trunk/boost/spirit/home/qi/detail/pass_container.hpp 2009-12-29 20:39:37 EST (Tue, 29 Dec 2009)
@@ -101,10 +101,10 @@
         bool dispatch_attribute(Component const& component, mpl::true_) const
         {
             typedef typename traits::attribute_of<
- Component, context_type, iterator_type>::type attribute_type;
+ Component, context_type, iterator_type>::type attribute_type;
 
             typedef mpl::and_<
- traits::is_container<attribute_type>
+ traits::is_container<attribute_type>
               , is_convertible<attribute_type, Attr> > predicate;
 
             return dispatch_attribute_element(component, predicate());


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