|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r72588 - trunk/boost/spirit/home/karma/directive
From: hartmut.kaiser_at_[hidden]
Date: 2011-06-14 12:31:35
Author: hkaiser
Date: 2011-06-14 12:31:35 EDT (Tue, 14 Jun 2011)
New Revision: 72588
URL: http://svn.boost.org/trac/boost/changeset/72588
Log:
Spirit: refinement of latest bug fix
Text files modified:
trunk/boost/spirit/home/karma/directive/columns.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/spirit/home/karma/directive/columns.hpp
==============================================================================
--- trunk/boost/spirit/home/karma/directive/columns.hpp (original)
+++ trunk/boost/spirit/home/karma/directive/columns.hpp 2011-06-14 12:31:35 EDT (Tue, 14 Jun 2011)
@@ -187,7 +187,7 @@
, unused_type) const
{
#if defined(BOOST_SPIRIT_NO_PREDEFINED_TERMINALS)
- eol_type const eol;
+ eol_type const eol = eol_type();
#endif
return result_type(subject, detail::default_columns()
, compile<karma::domain>(eol));
@@ -213,7 +213,7 @@
, unused_type) const
{
#if defined(BOOST_SPIRIT_NO_PREDEFINED_TERMINALS)
- eol_type const eol;
+ eol_type const eol = eol_type();
#endif
return result_type(subject, fusion::at_c<0>(term.args)
, compile<karma::domain>(eol));
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