Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > I have introduced a lyx::char_traits, and use that when defining | > docstring, this should perhaps give us a bit better control. | > | > I think this will work, but have not been able to test yet. (Busy | > compiling when I left for work.) | | My tests show that the std char_traits are fine. What fails are the locale | facets ctype and num_put (I still don't know the reason for the latter. The | std version is generic and looks fine).
Yes, but we should perhaps use our own char_traits (as we have to on older gcc and windos (??)) we should do this explicit instead of through std::char_traits specialisation. -- Lgb