Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 447928 | Differences between
and this patch

Collapse All | Expand All

(-)src/p_std_bits.cc.org (+6 lines)
Lines 25-30 Link Here
25
#include "ppl-config.h"
25
#include "ppl-config.h"
26
#include "mp_std_bits.defs.hh"
26
#include "mp_std_bits.defs.hh"
27
27
28
#if __GNU_MP_VERSION < 5 \
29
  || (__GNU_MP_VERSION == 5 && __GNU_MP_VERSION_MINOR < 1)
30
28
const bool std::numeric_limits<mpz_class>::is_specialized;
31
const bool std::numeric_limits<mpz_class>::is_specialized;
29
const int std::numeric_limits<mpz_class>::digits;
32
const int std::numeric_limits<mpz_class>::digits;
30
const int std::numeric_limits<mpz_class>::digits10;
33
const int std::numeric_limits<mpz_class>::digits10;
Lines 70-72 Link Here
70
const bool std::numeric_limits<mpq_class>::traps;
73
const bool std::numeric_limits<mpq_class>::traps;
71
const bool std::numeric_limits<mpq_class>::tininess_before;
74
const bool std::numeric_limits<mpq_class>::tininess_before;
72
const std::float_round_style std::numeric_limits<mpq_class>::round_style;
75
const std::float_round_style std::numeric_limits<mpq_class>::round_style;
76
77
#endif // __GNU_MP_VERSION < 5
78
       // || (__GNU_MP_VERSION == 5 && __GNU_MP_VERSION_MINOR < 1)
(-)src/mp_std_bits.defs.hh.org (+6 lines)
Lines 38-43 Link Here
38
#endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS)
38
#endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS)
39
void swap(mpq_class& x, mpq_class& y);
39
void swap(mpq_class& x, mpq_class& y);
40
40
41
#if __GNU_MP_VERSION < 5 \
42
  || (__GNU_MP_VERSION == 5 && __GNU_MP_VERSION_MINOR < 1)
43
41
namespace std {
44
namespace std {
42
45
43
#ifdef PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS
46
#ifdef PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS
Lines 164-169 Link Here
164
167
165
} // namespace std
168
} // namespace std
166
169
170
#endif // __GNU_MP_VERSION < 5
171
       // || (__GNU_MP_VERSION == 5 && __GNU_MP_VERSION_MINOR < 1)
172
167
#include "mp_std_bits.inlines.hh"
173
#include "mp_std_bits.inlines.hh"
168
174
169
#endif // !defined(PPL_mp_std_bits_defs_hh)
175
#endif // !defined(PPL_mp_std_bits_defs_hh)

Return to bug 447928