~roguescholar/boost/+git/iterator:svn-branches/RC_1_28_0

Last commit made on 2002-05-10
Get this branch:
git clone -b svn-branches/RC_1_28_0 https://git.launchpad.net/~roguescholar/boost/+git/iterator

Branch merges

Branch information

Name:
svn-branches/RC_1_28_0
Repository:
lp:~roguescholar/boost/+git/iterator

Recent commits

ce449fd... by nobody <nobody@localhost>

This commit was manufactured by cvs2svn to create branch 'RC_1_28_0'.

[SVN r13795]

3844edc... by DaveAbrahams

Fixed input iterator requirements. For a == b a++ == b++ is no longer
required. See 24.1.1/3 for details. (Thomas Witt)

[SVN r13716]

fdd1601... by John Maddock <email address hidden>

Added new config macro BOOST_HAS_MS_INT64 to detect presence of __int64 data type.
   Modified boost source to use BOOST_HAS_LONG_LONG and BOOST_HAS_MS_INT64
   where appropriate to do so.

[SVN r13714]

e9b33b3... by Toon Knapen <email address hidden>

added typename keyword (Bertolt Mildner)

[SVN r13675]

2574365... by Toon Knapen <email address hidden>

added support for reference named_parameters

[SVN r13638]

12b9366... by Jens Maurer <email address hidden>

BOOST_NO_LIMITS should not be used by user code; use <boost/limits.hpp> instead
BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS should not be defined when
BOOST_NO_LIMITS is defined

[SVN r13340]

4772bb0... by Jeremy Siek <email address hidden>

added more comments in the default_iterator_policies

[SVN r12706]

2be5179... by DaveAbrahams

killed tabs

[SVN r12702]

8cb4971... by Douglas Gregor <email address hidden>

half_open_range.hpp:
  - counting_iterator_traits does not contain the iterator traits value_type,
    reference, pointer, etc.

[SVN r12526]

bd666dc... by Toon Knapen <email address hidden>

added include guards

[SVN r12517]