forked from boostorg/conversion
Fix #1847 (Can't compile without <locale> header, boost::lexical_cast problem).
[SVN r56160]
This commit is contained in:
@@ -41,9 +41,7 @@
|
|||||||
#include <sstream>
|
#include <sstream>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(BOOST_NO_STRINGSTREAM) || \
|
#if defined(BOOST_NO_STRINGSTREAM) || defined(BOOST_NO_STD_WSTRING)
|
||||||
defined(BOOST_NO_STD_WSTRING) || \
|
|
||||||
defined(BOOST_NO_STD_LOCALE)
|
|
||||||
#define BOOST_LCAST_NO_WCHAR_T
|
#define BOOST_LCAST_NO_WCHAR_T
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user