last nights intense scramble to get a revision ready for the C++ std committee

[SVN r21828]
This commit is contained in:
Jeremy Siek
2004-01-19 18:52:48 +00:00
parent 287c7ed0e7
commit 99891db75c
23 changed files with 3046 additions and 859 deletions

View File

@ -7,7 +7,7 @@
>
class counting_iterator
{
public:
public:
typedef Incrementable value_type;
typedef const Incrementable& reference;
typedef const Incrementable* pointer;
@ -21,9 +21,9 @@
reference operator*() const;
counting_iterator& operator++();
counting_iterator& operator--();
private:
private:
Incrementable m_inc; // exposition
};
};
If the ``Difference`` argument is ``use_default`` then