]> git.lyx.org Git - features.git/commit
build with msvc10. Seems there is a bug in their STL code:
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 22 Apr 2010 14:28:52 +0000 (14:28 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Thu, 22 Apr 2010 14:28:52 +0000 (14:28 +0000)
commite948caf63779f24f49b7b3e64932368710f1e582
tree4bba451137d3ff65179ff548714160666e6d55c5
parentaaf7bfd231db58a43df903bafdc87dce7c82fb73
build with msvc10. Seems there is a bug in their STL code:
// std::numpunct has a hardcoded dllimport in definition, but we wanna it with 32 bit
// so we can't import it and must define it but then the compiler complains.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34262 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/docstream.cpp
src/support/docstream.h
src/support/numpunct_lyx_char_type.h [new file with mode: 0644]