On Wed, Apr 3, 2013 at 12:11 PM, אנטולי קרסנר <[email protected]> wrote:

> Hi,
>
> I'm writing an application in C++ with gtkmm.
>
> I want to have an unordered container, std::unordered_map, in which the
> key type is Glib::ustring. It means I need choose one of these options:
>
> 1. Make the map actually have Glib::ustring objects, and write a hash
> functor for them (since none is defined by default)
>

you'd better have a VERY good reason for using Glib::ustring and not
std::ustring
_______________________________________________
gtk-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to