summaryrefslogtreecommitdiff
path: root/gmpxx.h
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2012-02-18 14:11:51 +0100
committerMarc Glisse <marc.glisse@inria.fr>2012-02-18 14:11:51 +0100
commitc16c1b832045b50fbfd777179aa2e987b852a30c (patch)
treef2980831b0288f045ed9962ed9519ccae318c1bf /gmpxx.h
parent0a930a699bb4418754338f2eb07bda931f3a42fa (diff)
downloadgmp-c16c1b832045b50fbfd777179aa2e987b852a30c.tar.gz
Comment out long double function declarations. Half of them were already commented out, and the other half had declarations but no definitions.
Diffstat (limited to 'gmpxx.h')
-rw-r--r--gmpxx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gmpxx.h b/gmpxx.h
index 547960d21..c3505199d 100644
--- a/gmpxx.h
+++ b/gmpxx.h
@@ -1406,7 +1406,7 @@ private:
__gmp_expr & fun(unsigned long int); \
__gmp_expr & fun(float); \
__gmp_expr & fun(double); \
- __gmp_expr & fun(long double);
+ /* __gmp_expr & fun(long double); */
#define __GMP_DECLARE_COMPOUND_OPERATOR(fun) \
__GMPP_DECLARE_COMPOUND_OPERATOR(fun) \
@@ -2832,7 +2832,7 @@ __GMPNS_DEFINE_BINARY_FUNCTION(fun, eval_fun, signed long int) \
__GMPNU_DEFINE_BINARY_FUNCTION(fun, eval_fun, unsigned long int) \
__GMPND_DEFINE_BINARY_FUNCTION(fun, eval_fun, float) \
__GMPND_DEFINE_BINARY_FUNCTION(fun, eval_fun, double) \
-__GMPNLD_DEFINE_BINARY_FUNCTION(fun, eval_fun, long double)
+/* __GMPNLD_DEFINE_BINARY_FUNCTION(fun, eval_fun, long double) */
#define __GMP_DEFINE_BINARY_FUNCTION(fun, eval_fun) \
__GMPP_DEFINE_BINARY_FUNCTION(fun, eval_fun) \
@@ -2905,7 +2905,7 @@ __GMPNS_DEFINE_BINARY_TYPE_FUNCTION(type, fun, eval_fun, signed long int) \
__GMPNU_DEFINE_BINARY_TYPE_FUNCTION(type, fun, eval_fun, unsigned long int) \
__GMPND_DEFINE_BINARY_TYPE_FUNCTION(type, fun, eval_fun, float) \
__GMPND_DEFINE_BINARY_TYPE_FUNCTION(type, fun, eval_fun, double) \
-__GMPNLD_DEFINE_BINARY_TYPE_FUNCTION(type, fun, eval_fun, long double)
+/* __GMPNLD_DEFINE_BINARY_TYPE_FUNCTION(type, fun, eval_fun, long double) */
#define __GMP_DEFINE_BINARY_TYPE_FUNCTION(type, fun, eval_fun) \
__GMPP_DEFINE_BINARY_TYPE_FUNCTION(type, fun, eval_fun) \