[Dune] [#827] rbegin of FieldVector and ISTL classes has surprising semantics

Dune flyspray at dune-project.org
Tue Oct 12 13:46:25 CEST 2010


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#827 - rbegin of FieldVector and ISTL classes has surprising semantics
User who did this - Markus Blatt (mblatt)

----------
This implementation is prescribed by the C++ standard:

  24.4.1 Reverse iterators                                                            [lib.reverse.iterators]
  Bidirectional and random access iterators have corresponding reverse iterator adaptors that iterate through
  the data structure in the opposite direction. They have the same signatures as the corresponding iterators.
  The fundamental relation between a reverse iterator and its corresponding iterator i is established by the
  identity: &*(reverse_iterator(i)) == &*(i - 1).

----------

More information can be found at the following URL:
http://www.dune-project.org/flyspray/index.php?do=details&task_id=827#comment2180

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.




More information about the Dune mailing list