~barry/ubuntu/precise/boost1.46/debian-merge

« back to all changes in this revision

Viewing changes to boost/proto/transform/pass_through.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve M. Robbins
  • Date: 2011-03-13 00:37:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110313003735-r7j6jdk0hkywfzuw
Tags: 1.46.1-1
* New upstream.

* control: Add libboost-random1.46-dev to depends of -all-dev and
  suggests of -dev.  Closes: #615849.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
                expr_type;
179
179
 
180
180
                typedef typename unref_expr::proto_generator proto_generator;
181
 
                typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type result_type;
 
181
                typedef typename BOOST_PROTO_RESULT_OF<proto_generator(expr_type)>::type const result_type;
182
182
 
183
183
                result_type const operator ()(
184
184
                    typename pass_through_impl::expr_param e