From 1b796221b4d6a2eec7deb9856e79b59c1cd78b56 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 13 Mar 2003 00:36:13 +0000 Subject: [PATCH] BOOST_NO_STD_WSTRING [SVN r17872] --- include/boost/lexical_cast.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/boost/lexical_cast.hpp b/include/boost/lexical_cast.hpp index 924d6ac..820e4d1 100644 --- a/include/boost/lexical_cast.hpp +++ b/include/boost/lexical_cast.hpp @@ -88,6 +88,7 @@ namespace boost typedef wchar_t type; }; + #ifndef BOOST_NO_STD_WSTRING template<> struct stream_char { @@ -95,6 +96,8 @@ namespace boost }; #endif + #endif + template struct widest_char {