~ubuntu-branches/ubuntu/trusty/etl/trusty-proposed

« back to all changes in this revision

Viewing changes to ETL/_pen.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-05-13 19:36:15 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130513193615-8z59omgg2twsvu2i
Tags: 0.04.16-1
* New upstream release [May 2013].
* Standards to 3.9.4.
* xz compression for source and binary packages.
* Minor debian/watch update.
* Updated my email address; bumped copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
        typedef T value_type;
120
120
        typedef AT accumulator_type;
121
121
        typedef value_type* pointer;
 
122
        typedef accumulator_type* accumulator_pointer;
122
123
        typedef const value_type* const_pointer;
 
124
        typedef const accumulator_type* const_accumulator_pointer;
123
125
        typedef value_type& reference;
124
126
        typedef const value_type& const_reference;
125
127