Re: [Boost-bugs] [Boost C++ Libraries] #1847: Can't compile without <locale> header, boost::lexical_cast problem

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1847: Can't compile without <locale> header, boost::lexical_cast problem
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-22 14:11:47


#1847: Can't compile without <locale> header, boost::lexical_cast problem
-----------------------------------+----------------------------------------
  Reporter: amorph.dev_at_[hidden] | Owner:
      Type: Bugs | Status: new
 Milestone: Boost 1.35.1 | Component: None
   Version: Boost 1.35.0 | Severity: Problem
Resolution: | Keywords: lexical_cast locale
-----------------------------------+----------------------------------------
Comment (by anonymous):

 fix

 #include <locale>

 where that line located it need to be replaced to

 #ifndef BOOST_NO_STRINGSTREAM
 #include <locale>
 #endif

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1847#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC