aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 65d514d..c67bc42 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -709,6 +709,7 @@ public:
~auto_mpz () { mpz_clear (m_mpz); }
operator mpz_t& () { return m_mpz; }
+ mpz_ptr operator-> () { return m_mpz; }
auto_mpz (const auto_mpz &) = delete;
auto_mpz &operator= (const auto_mpz &) = delete;