Fix #1847 (Can't compile without <locale> header, boost::lexical_cast problem).

[SVN r56160]
This commit is contained in:
Alexander Nasonov
2009-09-12 22:22:28 +00:00
parent 8582e25571
commit c22d671409

View File

@@ -41,9 +41,7 @@
#include <sstream>
#endif
#if defined(BOOST_NO_STRINGSTREAM) || \
defined(BOOST_NO_STD_WSTRING) || \
defined(BOOST_NO_STD_LOCALE)
#if defined(BOOST_NO_STRINGSTREAM) || defined(BOOST_NO_STD_WSTRING)
#define BOOST_LCAST_NO_WCHAR_T
#endif