25 #ifndef PPL_mp_std_bits_inlines_hh
26 #define PPL_mp_std_bits_inlines_hh 1
29 swap(mpz_class& x, mpz_class& y) {
30 mpz_swap(x.get_mpz_t(), y.get_mpz_t());
34 swap(mpq_class& x, mpq_class& y) {
35 mpq_swap(x.get_mpq_t(), y.get_mpq_t());
38 #endif // !defined(PPL_mp_std_bits_inlines_hh)
void swap(Affine_Space &x, Affine_Space &y)
Swaps x with y.