mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 00:38:01 +00:00
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
This commit is contained in:
parent
319f70b839
commit
dec166d5e3
@ -33,7 +33,9 @@ namespace std {
|
||||
|
||||
template<typename Char> struct char_traits;
|
||||
template<> struct char_traits<char>;
|
||||
template<> struct char_traits<lyx::char_type>;
|
||||
#ifdef USE_WCHAR_T
|
||||
template<> struct char_traits<wchar_t>;
|
||||
#endif
|
||||
|
||||
template<typename Alloc> class allocator;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user