From: Abdelrazak Younes Date: Wed, 7 Nov 2007 22:20:13 +0000 (+0000) Subject: compil fix. No guaranty that it works but at least it compiles with MSVC X-Git-Tag: 1.6.10~7432 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=dec166d5e3b9510dfe6ab8869d9fe46b3b95d3a1;p=features.git compil fix. No guaranty that it works but at least it compiles with MSVC git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21501 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/strfwd.h b/src/support/strfwd.h index 324560952f..32a8248118 100644 --- a/src/support/strfwd.h +++ b/src/support/strfwd.h @@ -33,7 +33,9 @@ namespace std { template struct char_traits; template<> struct char_traits; -template<> struct char_traits; +#ifdef USE_WCHAR_T +template<> struct char_traits; +#endif template class allocator;