Opened 12 years ago
#5427 new Bugs
endpoint compile error in Windows CE 6.0
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
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)
Note:
See TracTickets
for help on using tickets.