Le 18/10/2010 16:11, Guillaume Brocker a écrit :
Glib::ustring::compose( "%1", 123456 ); // Works Glib::ustring::compose( "%1", "Hello world" ); // Raises an exception
I did an error in my test case. Here is the right one : Glib::ustring::compose( "%1", "Hello world" ); // Works Glib::ustring::compose( "%1", 123456 ); // Raises an exception Regards. Guillaume _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
