~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/concrete/examples/iterators/input.cc

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2011-09-12 16:08:05 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: package-import@ubuntu.com-20110912160805-r9dq68beojgzuien
Tags: 9.0.2-1
New upstream release (editorial changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "input.h"
 
2
 
 
3
#include <algorithm>
 
4
 
 
5
int main()
 
6
{
 
7
    accumulate(InputIterator(0), InputIterator(100), 0);
 
8
}