Re: Possible Glib::ustring::compose issue in gtkmm 2.22
- From: Guillaume Brocker <guillaume brocker digital-trainers com>
- To: gtkmm-list gnome org
- Subject: Re: Possible Glib::ustring::compose issue in gtkmm 2.22
- Date: Tue, 19 Oct 2010 09:42:31 +0200
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]