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:
parent
8642f606d9
commit
7b99eeed7b
1 changed files with 220 additions and 218 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue