Boost logo

Boost :

From: Murali Kishore (bmuralikishore_at_[hidden])
Date: 2024-09-28 09:47:20


Thanks, it worked.

On Sat, Sep 28, 2024 at 2:36 PM Joaquin M López Muñoz via Boost <
boost_at_[hidden]> wrote:

> El 28/09/2024 a las 9:49, Murali Kishore via Boost escribió:
> > [...]
> >
> > // Define the unordered_map type
> > typedef boost::unordered_map<timer_id_t, timer_instance_t,
> > std::hash<timer_id_t>, std::less<timer_id_t>, MapAllocator>
> > timer_instance_map_t;
>
> You have to use std::equal_to<timer_id_t> rather than
> std::less<timer_id_t>. Please try and let us know if that solves your
> issue.
>
> Joaquin M Lopez Munoz
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>

-- 
Regards,
Murali Kishore

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