$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [container] stable_vector::back() is broken in Boost 1.53
From: Stefan Strasser (strasser_at_[hidden])
Date: 2013-04-07 07:36:27
Zitat von Klaim - Joël Lamotte <mjklaim_at_[hidden]>:
> On Sun, Apr 7, 2013 at 3:01 AM, AgustÃn K-ballo Bergé <kaballo86_at_[hidden]
>
> So it's a VS only bug...
> Someone confirmed the bug in the ticket but say it's fixed in trunk.
>
it must fail on all compilers using 1.53, as it's because of
out-of-bounds vector access. is it intentional that
container::vector::operator[] doesn't assert n < size()?
would have caught this bug.