Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84745 - in branches/release: . boost boost/spirit boost/spirit/home boost/spirit/home/lex/lexer
From: hartmut.kaiser_at_[hidden]
Date: 2013-06-11 15:49:19


Author: hkaiser
Date: 2013-06-11 15:49:19 EDT (Tue, 11 Jun 2013)
New Revision: 84745
URL: http://svn.boost.org/trac/boost/changeset/84745

Log:
Merging from 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/support_functions.hpp | 10 ++++------
   1 files changed, 4 insertions(+), 6 deletions(-)

Modified: branches/release/boost/spirit/home/lex/lexer/support_functions.hpp
==============================================================================
--- branches/release/boost/spirit/home/lex/lexer/support_functions.hpp Tue Jun 11 15:46:49 2013 (r84744)
+++ branches/release/boost/spirit/home/lex/lexer/support_functions.hpp 2013-06-11 15:49:19 EDT (Tue, 11 Jun 2013) (r84745)
@@ -47,13 +47,11 @@
         template <typename Env>
         struct result
         {
- typedef typename
- typename remove_reference<
- typename remove_const<
- typename mpl::at_c<typename Env::args_type, 4>::type
- >::type
+ typedef typename remove_reference<
+ typename remove_const<
+ typename mpl::at_c<typename Env::args_type, 4>::type
>::type
- context_type;
+ >::type context_type;
             typedef typename context_type::base_iterator_type type;
         };
 


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