<div dir="ltr">Do you have a test that demonstrates that? That would be very helpful. </div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 12, 2014 at 3:12 PM, Stephan Tolksdorf <span dir="ltr"><<a href="mailto:st@quanttec.com" target="_blank">st@quanttec.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
On Thu, May 8, 2014 at 6:14 PM, Marshall Clow <<a href="mailto:mclow.lists@gmail.com" target="_blank">mclow.lists@gmail.com</a><br></div>
<mailto:<a href="mailto:mclow.lists@gmail.com" target="_blank">mclow.lists@gmail.com</a>><u></u>> wrote:<br>
</blockquote>
(...)<div class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
    @@ -1535,6 +1582,7 @@ vector<_Tp, _Allocator>::push_back(const<br>
      {<br>
          if (this->__end_ != this->__end_cap())<br>
          {<br>
    +        __annotate_increase(1);<br>
              __alloc_traits::construct(<u></u>this->__alloc(),<br>
<br>
      _VSTD::__to_raw_pointer(this-><u></u>__end_), __x);<br>
              ++this->__end_;<br>
</blockquote></div>
(...)<br>
<br>
Some of these annotations aren't exception safe. Is that intentional?<span class="HOEnZb"><font color="#888888"><br>
<br>
- Stephan<br>
</font></span></blockquote></div><br></div>