$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83487 - in branches/release: . boost boost/spirit boost/spirit/home boost/spirit/home/lex/lexer/lexertl
From: hartmut.kaiser_at_[hidden]
Date: 2013-03-18 07:31:17
Author: hkaiser
Date: 2013-03-18 07:31:16 EDT (Mon, 18 Mar 2013)
New Revision: 83487
URL: http://svn.boost.org/trac/boost/changeset/83487
Log:
Spirit: Merging trunk
Properties modified: 
   branches/release/   (props changed)
   branches/release/boost/   (props changed)
   branches/release/boost/spirit/   (props changed)
   branches/release/boost/spirit/home/   (props changed)
Text files modified: 
   branches/release/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp
==============================================================================
--- branches/release/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp	(original)
+++ branches/release/boost/spirit/home/lex/lexer/lexertl/functor_data.hpp	2013-03-18 07:31:16 EDT (Mon, 18 Mar 2013)
@@ -300,7 +300,7 @@
             data (IterData const& data_, Iterator& first, Iterator const& last)
               : base_type(data_, first, last)
               , actions_(data_.actions_), hold_()
-              , value_(iterator_range<Iterator>(first, last))
+              , value_(iterator_range<Iterator>(last, last))
               , has_value_(false), has_hold_(false) {}
 
             // invoke attached semantic actions, if defined