Subject: [Boost-bugs] [Boost C++ Libraries] #8731: __GLIBC_HAVE_LONG_LONG define has been dropped from glibc in 2.17
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-25 20:02:38
#8731: __GLIBC_HAVE_LONG_LONG define has been dropped from glibc in 2.17
------------------------+------------------------------
Reporter: pmachata@⦠| Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.55.0
Severity: Problem | Keywords:
------------------------+------------------------------
Boost uses this define to decide whether it can import ::uint64_t into the
boost namespace. In glibc 2.17, that define has been dropped, support for
long long is always assumed, and uint64_t is always defined. It is
possible to use the macro GLIBC_PREREQ (defined I think since 2.2) to test
glibc version.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8731> 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:13 UTC