Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80247 - in trunk/boost/proto/transform/detail: . preprocessed
From: eric_at_[hidden]
Date: 2012-08-26 22:14:19


Author: eric_niebler
Date: 2012-08-26 22:14:17 EDT (Sun, 26 Aug 2012)
New Revision: 80247
URL: http://svn.boost.org/trac/boost/changeset/80247

Log:
Back out the bogus const-correctness tweak made in [68463].
Text files modified:
   trunk/boost/proto/transform/detail/pass_through_impl.hpp | 2 +-
   trunk/boost/proto/transform/detail/preprocessed/pass_through_impl.hpp | 20 ++++++++++----------
   2 files changed, 11 insertions(+), 11 deletions(-)

Modified: trunk/boost/proto/transform/detail/pass_through_impl.hpp
==============================================================================
--- trunk/boost/proto/transform/detail/pass_through_impl.hpp (original)
+++ trunk/boost/proto/transform/detail/pass_through_impl.hpp 2012-08-26 22:14:17 EDT (Sun, 26 Aug 2012)
@@ -71,7 +71,7 @@
         expr_type;
 
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
 
         BOOST_FORCEINLINE
         result_type const operator ()(

Modified: trunk/boost/proto/transform/detail/preprocessed/pass_through_impl.hpp
==============================================================================
--- trunk/boost/proto/transform/detail/preprocessed/pass_through_impl.hpp (original)
+++ trunk/boost/proto/transform/detail/preprocessed/pass_through_impl.hpp 2012-08-26 22:14:17 EDT (Sun, 26 Aug 2012)
@@ -22,7 +22,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e
@@ -55,7 +55,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e
@@ -88,7 +88,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e
@@ -121,7 +121,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e
@@ -154,7 +154,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e
@@ -187,7 +187,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e
@@ -220,7 +220,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e
@@ -253,7 +253,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e
@@ -286,7 +286,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e
@@ -319,7 +319,7 @@
>::type
         expr_type;
         typedef typename unref_expr::proto_generator proto_generator;
- typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
+ typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
         BOOST_FORCEINLINE
         result_type const operator ()(
             typename pass_through_impl::expr_param e


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