Re: Possible Glib::ustring::compose issue in gtkmm 2.22



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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]