
29 Mar
2008
29 Mar
'08
9:46 p.m.
I made a workaround for now where I remove the assertions from the key_compare and in key_unregister, if nothing is found with equal_range (equal_range is faster than using upper and lower_bound) then I do a linear search. On Sat, Mar 29, 2008 at 6:43 PM, Felipe Magno de Almeida <felipe.m.almeida@gmail.com> wrote:
Hi Robert,
I'm hitting a assertion with m_key == 0. With my debugger I can find lots and lots of items with m_key == 0. None are one of my types, there are shared_ptr_1_32 with m_key == 0 and others.
Do you have a newer 1.36 version? Am I doing something wrong? I'm using the 1.36 version for use with DLLs (export in a DLL and serialize/deserialize in another).
Thanks, -- Felipe Magno de Almeida
-- Felipe Magno de Almeida