$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [iterator] UB when implicitly using default constructed counting_iterator<unsigned>
From: Olaf van der Spek (ml_at_[hidden])
Date: 2012-12-05 10:44:04
On Wed, Dec 5, 2012 at 2:40 PM, "Claas H. Köhler" <claas.koehler_at_[hidden]> 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.
-- Olaf