]> git.pld-linux.org Git - packages/boost.git/blame - boost-stdint.patch
- release 4 (by relup.sh)
[packages/boost.git] / boost-stdint.patch
CommitLineData
15fc9c62
JB
1Index: /trunk/boost/cstdint.hpp\r
2===================================================================\r
3--- /trunk/boost/cstdint.hpp (revision 84805)\r
4+++ /trunk/boost/cstdint.hpp (revision 84950)\r
5@@ -42,5 +42,8 @@\r
6 // See https://svn.boost.org/trac/boost/ticket/3548 and http://sources.redhat.com/bugzilla/show_bug.cgi?id=10990\r
7 //\r
8-#if defined(BOOST_HAS_STDINT_H) && (!defined(__GLIBC__) || defined(__GLIBC_HAVE_LONG_LONG))\r
9+#if defined(BOOST_HAS_STDINT_H) \\r
10+ && (!defined(__GLIBC__) \\r
11+ || defined(__GLIBC_HAVE_LONG_LONG) \\r
12+ || (defined(__GLIBC__) && ((__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 17)))))\r
13 \r
14 // The following #include is an implementation artifact; not part of interface.\r
This page took 0.062823 seconds and 4 git commands to generate.