you could use std::u16string or std::u32string instead of Glib::ustring; they 
would handle hebrew, no problem. Take advantage of C++11 new features!
----- Original Message -----
From: [email protected]
Sent: 02/12/13 01:13 PM
To: [email protected]
Subject: Glib::ustring move constructor and C++11 features

Hi everybody, I've been writing an application which loads a possibly long 
Glib::ustring from a file and stores it as a data member of a c++ class I 
wrote. I wanted to use a move-constructor to pass that string to the class 
constructor by rvlaue reference, but Glibmm doesn't use C++11 features. Are 
glibmm and gtkmm going to use C++11 features? I mean, should I write my code 
while assuming I should expect glibmm and gtkmm to offer move constructors and 
other useful C++11 features (e.g. std::shared_ptr) in the near future? Anatoly 
Krasner _______________________________________________ gtkmm-list mailing list 
[email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
_______________________________________________
gtkmm-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to