Add note on bug #2679853.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@1004 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
jfbastien 2009-03-10 19:58:26 +00:00
parent 8642f606d9
commit 7b99eeed7b

View file

@ -549,6 +549,8 @@ private:
void InsertImpl(iterator i,
FwdIterator s1, FwdIterator s2, std::forward_iterator_tag)
{
// TODO: there is a bug in this method when the range to insert is inside the current range. See bug #2679853.
Invariant checker(*this);
(void) checker;
const size_type pos = i - begin();