]> git.lyx.org Git - features.git/commit
Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generat...
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 22 Apr 2010 11:16:58 +0000 (11:16 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Thu, 22 Apr 2010 11:16:58 +0000 (11:16 +0000)
commit61b2bd5e7fd9399128342d9048aa814ae5f086fc
tree4c8ad6f894afecb8466ce814e50da063f897ca43
parent566a95224e5d526e2e9be5d6cdf98d615f576348
Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generates conflicts with boost::bind.
Solution: don't use boost::bind for msvc10 (could also be extended  to several GCC versions)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34257 a592a061-630c-0410-9148-cb99ea01b6c8
28 files changed:
src/Buffer.cpp
src/BufferList.cpp
src/Cursor.cpp
src/LayoutFile.cpp
src/LyX.cpp
src/ParagraphMetrics.cpp
src/Server.cpp
src/ServerSocket.cpp
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/Toolbars.cpp
src/graphics/GraphicsCacheItem.cpp
src/graphics/GraphicsConverter.cpp
src/graphics/GraphicsLoader.cpp
src/graphics/PreviewImage.cpp
src/graphics/PreviewLoader.cpp
src/insets/InsetBox.cpp
src/insets/InsetExternal.cpp
src/insets/InsetInclude.cpp
src/insets/InsetText.cpp
src/insets/RenderGraphic.cpp
src/insets/RenderPreview.cpp
src/mathed/InsetMathGrid.cpp
src/support/FileMonitor.cpp
src/support/ForkedCalls.cpp
src/support/bind.h [new file with mode: 0644]
src/support/docstream.h