28 Sep
2024
28 Sep
'24
9:47 a.m.
Thanks, it worked. On Sat, Sep 28, 2024 at 2:36 PM Joaquin M López Muñoz via Boost < boost@lists.boost.org> wrote:
El 28/09/2024 a las 9:49, Murali Kishore via Boost escribió:
[...]
// Define the unordered_map type typedef boost::unordered_map
, std::less , MapAllocator> timer_instance_map_t; You have to use std::equal_to
rather than std::less . 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