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: 2013-11-17 11:13:43
#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: assigned
Milestone: To Be Determined | Component: chrono
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords: steady_clock
-------------------------------+--------------------------
Comment (by gengyonghui@â¦):
I tested the micro, it is NOT defined under hp-ux ia 11.23, hp-ux pa
11.11, and solaris 8/9.
But is defined under AIX 5.2.
$uname -a
HP-UX machinename B.11.23 U ia64 unlimited-user license
$cat micro.cpp
#include <string>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <boost/chrono/config.hpp>
using namespace std;
int main() {
#ifdef BOOST_CHRONO_HAS_CLOCK_STEADY
printf("boost_chrono_has_clock_steady is defined!\n");
#else
printf("boost_chrono_has_clock_steady is not defined!\n");
#endif
return 0;
}
$g++ -Iboost_1_55_0 -o micro micro.cpp
$./micro
boost_chrono_has_clock_steady is not defined!
Thanks.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9379#comment:5> 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:14 UTC