std::deque::_C_insert_1() declared but not defined

2007-07-19 Thread Farid Zaripov
In include/deque header file the deque::_C_insert_1() method is declared, but not defined. include/deque, line 684: - // implements a single-element insert void _C_insert_1 (const iterator, const_reference); - This method is never used, so there no problems, but MSVC issues

Re: std::deque::_C_insert_1() declared but not defined

2007-07-19 Thread Martin Sebor
Farid Zaripov wrote: In include/deque header file the deque::_C_insert_1() method is declared, but not defined. include/deque, line 684: - // implements a single-element insert void _C_insert_1 (const iterator, const_reference); - This method is never used, so there no