Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67343 - trunk/boost/spirit/home/karma/directive
From: hartmut.kaiser_at_[hidden]
Date: 2010-12-19 12:23:51


Author: hkaiser
Date: 2010-12-19 12:23:49 EST (Sun, 19 Dec 2010)
New Revision: 67343
URL: http://svn.boost.org/trac/boost/changeset/67343

Log:
Spirit: fixing gcc compilation problems
Text files modified:
   trunk/boost/spirit/home/karma/directive/center_alignment.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/spirit/home/karma/directive/center_alignment.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/directive/center_alignment.hpp (original)
+++ trunk/boost/spirit/home/karma/directive/center_alignment.hpp 2010-12-19 12:23:49 EST (Sun, 19 Dec 2010)
@@ -315,7 +315,7 @@
     ///////////////////////////////////////////////////////////////////////////
     template <typename Subject, typename Width, typename Attribute>
     struct handles_container<
- karma::simple_center_alignment<Subject, Width>, typename Attribute>
+ karma::simple_center_alignment<Subject, Width>, Attribute>
       : unary_handles_container<Subject, Attribute> {};
 
     template <typename Subject, typename Padding, typename Width, typename Attribute>


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