[Dune] Notification from Dune

Flyspray dune at hal.iwr.uni-heidelberg.de
Wed Nov 1 14:49:25 CET 2006


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below.

User who did this: -  ()

Attached to Project - Dune
Summary - base_array_unmanaged::iterator tags missing
Task Type - Bug Report
Category - ISTL
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - SVN
Due in Version - 
Due Date - Undecided
Details - In base_array_unmanaged::iterator and
base_array_unmanaged::const_iterator
the nested types iterator_category, value_type etc. are undefined.
This can lead to compile errors when using STL algorithms. The
following
patch should solve the problem:

6a7
> #include <iterator>
79c80
<       class iterator
---
>       class iterator: public
std::iterator<std::bidirectional_iterator_tag,B>
81c82,83
<       public:
---
>       public:
>
190c192,193
<       class const_iterator
---
>       class const_iterator: public
std::iterator<std::bidirectional_iterator_tag,
>                                                  B, ptrdiff_t, B
const*, B const&>



More information can be found at the following URL:
http://hal.iwr.uni-heidelberg.de/flyspray/?do=details&id=193

You are receiving this message because you have requested it from the
Flyspray bugtracking system.  You can be removed from future
notifications by visiting the URL shown above.





More information about the Dune mailing list