
5 Dec
2012
5 Dec
'12
4:19 p.m.
On Wed, Dec 5, 2012 at 2:40 PM, "Claas H. Köhler" <claas.koehler@dlr.de> wrote:
I guess this also means, that it is possible to detect singular iterators even if they are initialised upon default construction.
Only if they've got special debug code and not if they're types like int. Correct. Basically this would require a boost equivalent of the safe_iterator (that's what its called in gcc), which could be used to wrap the boost iterators for debugging. Although this is not a
On 05/12/12 16:44, Olaf van der Spek wrote: trivial task, it seems preferable to me over leaving members uninitialised for the sake of (arguably) improved debugging capability.