Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9379: 'boost::chrono::steady_clock' has not been declared" on boost 1.55, hp-ux 11.23 IA, gcc 4.6
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-01-25 14:41:50
#9379: 'boost::chrono::steady_clock' has not been declared" on boost 1.55, hp-ux
11.23 IA, gcc 4.6
-------------------------------+--------------------------
Reporter: gengyonghui@⦠| Owner: viboes
Type: Bugs | Status: reopened
Milestone: To Be Determined | Component: chrono
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords: steady_clock
-------------------------------+--------------------------
Comment (by viboes):
Please, add only the changes, not the whole file. Post here the changes
you want respect to what I is already in the last version of the fix
branch.
I wan not say that we have always gethrtime() as the documentation says
{{{
This API will only be available if the application is being compiled in
-Ae mode
(extended ANSI) because 64-bit integer numbers are not available in -Aa
(ANSI) mode.
Please refer to cc(1).
}}}
I would need a flag that states if the user compiles with option -Ae.
The following
{{{
# elif (defined(__HP_aCC) || defined(__GNUC__)) && defined(__hpux)
}}}
is equivalent to my
{{{
# if BOOST_PLATFORM="HP-UX"
}}}
Isn't it?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9379#comment:22> 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:17 UTC