
23 Feb
2006
23 Feb
'06
7:17 a.m.
On 2/23/06, Dave Moore <jdmoore99@gmail.com> wrote:
This program runs to completion if _HAS_ITERATOR_DEBUGGING is set to 1, and fails if it is set to 0. trim() fails reliably on strings created using the template<IteratorT> basic_string(iterator,iterator) constructor.
Any insight, workarounds, or any experience at all with _HAS_ITERATOR_DEBUGGING would be greatly appreciated.
I have had a similar problem. It turns out you can't turn off iterator debugging without recompiling the C++ libs. The C++-libs are all compiled with iterator debugging on. -- /Johan.