Andre Poenitz wrote:
On Wed, Nov 07, 2007 at 11:53:06AM +0100, Enrico Forestieri wrote:
On Wed, Nov 07, 2007 at 10:55:23AM +0100, Stefan Schimanski wrote:
This commit breaks the MathStream class. You get plenty of ascii codes
if you copy a part of a formula and insert it, e.g. \frac becomes
92frac. Reverting the MathStream part of the commit fixes it.
This only happens when USE_WCHAR_T is not defined, and I think that
the culprit is the following line in strfwd.h:
template<> struct char_traits<wchar_t>;
template<> struct char_traits<lyx::char_type> ?
Most probably yes.
Abdel.