Subject: [Boost-bugs] [Boost C++ Libraries] #5427: endpoint compile error in Windows CE 6.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-04-06 09:55:02
#5427: endpoint compile error in Windows CE 6.0
-------------------------------------------------------+--------------------
Reporter: Akira Takahashi <faithandbrave@â¦> | Owner: chris_kohlhoff
Type: Bugs | Status: new
Milestone: To Be Determined | Component: asio
Version: Boost 1.46.1 | Severity: Problem
Keywords: |
-------------------------------------------------------+--------------------
Windows CE is no locale. and no ostringstream::imbue.
Windows CE platform needs follow:
{{{
// boost/asio/ip/detail/impl/endpoint.ipp
#if !defined(BOOST_NO_IOSTREAM) && !defined(_WIN32_WCE)
std::string endpoint::to_string(boost::system::error_code& ec) const
...
#endif // !defined(BOOST_NO_IOSTREAM) && !defined(_WIN32_WCE)
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5427> 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:50:06 UTC