Boost logo

Boost :

From: Felipe Magno de Almeida (felipe.m.almeida_at_[hidden])
Date: 2008-03-29 17:46:11


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_at_[hidden]> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk