[Libreoffice] [PATCH] Fix compilation of icu for VC++ 10
Tor Lillqvist
tlillqvist at novell.com
Mon Oct 25 04:39:54 PDT 2010
Isn't that wrong? Assuming there are non-Windows platforms where the bundled ICU is used (generic Linux build, other Unixes?), previously that #include <iostream> has been used on all of them, but after your change it will be used only on MSVC versions earlier than 10.
Or is that OK, is the <iostream> functionality actually needed in that source file just for those earlier MSVC versions, but <iostream> has previously been included out of laziness on all platforms?
--tml
More information about the LibreOffice
mailing list