Hi.

With new release I get this error, when I'm trying to use HashTable
method "insert":

    HashTable table = new HashTable<string, string>(str_hash, str_equal);
    table.insert("some string", "some_string");

There is the point in release notes:

> Infer type arguments when calling generic methods

But what does this mean?
_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to