Subject: [Boost-bugs] [Boost C++ Libraries] #3743: support for partially broken compilers/platforms
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-12-09 18:14:38
#3743: support for partially broken compilers/platforms
-------------------------------------+--------------------------------------
Reporter: arvid@⦠| Owner: chris_kohlhoff
Type: Patches | Status: new
Milestone: Boost 1.42.0 | Component: asio
Version: Boost Development Trunk | Severity: Problem
Keywords: |
-------------------------------------+--------------------------------------
The following patch may not be complete, but it solved some problems for
me on a GCC 2.95 platform.
The patch does 3 things:
1. Replace #include<limits> with #include <boost/limits.hpp> which
emulates a limits header for platforms that don't have one
2. It #ifdefs out any iostream related code for platforms where
BOOST_NO_IOSTREAM is defined
3. It falls back to a second timer for the default deadline_timer in case
BOOST_DATE_TIME_HAS_HIGH_PRECISION_CLOCK is not defined. It that's not
defined there is no microsec_clock, and the current code fails to compile.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3743> 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:02 UTC