[mpl] What about wstring, u16string and u32string

Hi, I was considering to use mpl::string to implement chrono_io but I see that there are not the couterparts wstring, u16string and u32string. Without these classes I could not use the mpl strings. Is there a possibility to add these classes to Boost.Mpl? Best, _____________________ Vicente Juan Botet Escribá http://viboes.blogspot.com/

On 06/11/2010 19:06, vicente.botet wrote:
Hi,
I was considering to use mpl::string to implement chrono_io but I see that there are not the couterparts wstring, u16string and u32string. Without these classes I could not use the mpl strings. Is there a possibility to add these classes to Boost.Mpl?
If there is interest, I've got an implementation of u16string and u32string somewhere, along with compile-time UTF transcoding to convert these with string etc.

On Mon, 08 Nov 2010 02:39:17 -0600, Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote:
On 06/11/2010 19:06, vicente.botet wrote:
Hi,
I was considering to use mpl::string to implement chrono_io but I see that there are not the couterparts wstring, u16string and u32string. Without these classes I could not use the mpl strings. Is there a possibility to add these classes to Boost.Mpl?
If there is interest, I've got an implementation of u16string and u32string somewhere, along with compile-time UTF transcoding to convert these with string etc.
I'd be happy to incorporate any documented implementation that people who know the use cases agree upon :). -- Aleksey Gurtovoy MetaCommunications Engineering
participants (3)
-
Aleksey Gurtovoy
-
Mathias Gaunard
-
vicente.botet