Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11552: Warning from chrono that could helpfully be suppressed
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-02-18 12:32:25
#11552: Warning from chrono that could helpfully be suppressed
-------------------------------+----------------------------
Reporter: pbristow | Owner: viboes
Type: Feature Requests | Status: assigned
Milestone: Boost 1.60.0 | Component: ratio
Version: Boost 1.59.0 | Severity: Cosmetic
Resolution: | Keywords: warning chrono
-------------------------------+----------------------------
Comment (by viboes):
Please, could you check why INTMAX_C is not defined in your env. I'm using
it as follows
{{{
#ifdef INTMAX_C
#define BOOST_RATIO_INTMAX_C(a) INTMAX_C(a)
#else
#define BOOST_RATIO_INTMAX_C(a) a##LL
#endif
}}}
and I home that
{{{
#include <boost/cstdint.hpp>
}}}
will define it.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11552#comment:3> 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-18 12:36:21 UTC