<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><br>
</div></div>Did you try : list.insert(list.begin, value);<br>
</blockquote></div><br><div>Thanks. But I believe append and prepend are too common use-cases to be ignored.</div><div><br></div><div>Also, I see that "assert(some-expression)" has been used at a lot of places in the code of the libraries. Since these libraries are built with -release option, should these assert statements not be replaced by "enforce"?</div>

<div><br></div><div>Regards</div><div>- Puneet</div>