$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r84286 - in branches/release: . boost boost/spirit boost/spirit/home boost/spirit/home/lex/lexer libs libs/spirit libs/spirit/test libs/spirit/test/lex
From: hartmut.kaiser_at_[hidden]
Date: 2013-05-14 19:46:55
Author: hkaiser
Date: 2013-05-14 19:46:54 EDT (Tue, 14 May 2013)
New Revision: 84286
URL: http://svn.boost.org/trac/boost/changeset/84286
Log:
Spirit: merging from trunk
Added:
   branches/release/libs/spirit/test/lex/regression_less_8563.cpp
      - copied unchanged from r84285, /trunk/libs/spirit/test/lex/regression_less_8563.cpp
Properties modified: 
   branches/release/   (props changed)
   branches/release/boost/   (props changed)
   branches/release/boost/spirit/   (props changed)
   branches/release/boost/spirit/home/   (props changed)
   branches/release/libs/   (props changed)
   branches/release/libs/spirit/   (props changed)
   branches/release/libs/spirit/test/   (props changed)
Text files modified: 
   branches/release/boost/spirit/home/lex/lexer/support_functions.hpp |     6 ++++--                                  
   branches/release/libs/spirit/test/Jamfile                          |     1 +                                       
   2 files changed, 5 insertions(+), 2 deletions(-)
Modified: branches/release/boost/spirit/home/lex/lexer/support_functions.hpp
==============================================================================
--- branches/release/boost/spirit/home/lex/lexer/support_functions.hpp	(original)
+++ branches/release/boost/spirit/home/lex/lexer/support_functions.hpp	2013-05-14 19:46:54 EDT (Tue, 14 May 2013)
@@ -48,8 +48,10 @@
         struct result
         {
             typedef typename
-                remove_const<
-                    typename mpl::at_c<typename Env::args_type, 4>::type
+                typename remove_reference< 
+                    remove_const<
+                        typename mpl::at_c<typename Env::args_type, 4>::type
+                    >::type
                 >::type
             context_type;
             typedef typename context_type::base_iterator_type type;
Modified: branches/release/libs/spirit/test/Jamfile
==============================================================================
--- branches/release/libs/spirit/test/Jamfile	(original)
+++ branches/release/libs/spirit/test/Jamfile	2013-05-14 19:46:54 EDT (Tue, 14 May 2013)
@@ -305,6 +305,7 @@
      [ run lex/regression_file_iterator3.cpp : : : : lex_regression_file_iterator3 ]
      [ run lex/regression_file_iterator4.cpp : : : : lex_regression_file_iterator4 ]
      [ run lex/regression_static_wide_6253.cpp : : : : regression_static_wide_6253 ]
+     [ run lex/regression_less_8563.cpp : : : : regression_less_8563 ]
 
     ;