summaryrefslogtreecommitdiff
path: root/gmpxx.h
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2012-02-01 18:40:56 +0100
committerMarc Glisse <marc.glisse@inria.fr>2012-02-01 18:40:56 +0100
commite17467108eaed2a3d0fd2c40c9f4ff288827ea91 (patch)
treeaeeaf2c3010f3107b994f2a938e7ad8021259959 /gmpxx.h
parente62ca4862e76e7109e3ccb01aa5d503a33e80371 (diff)
downloadgmp-e17467108eaed2a3d0fd2c40c9f4ff288827ea91.tar.gz
Remove test for compilosaurus.
Diffstat (limited to 'gmpxx.h')
-rw-r--r--gmpxx.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/gmpxx.h b/gmpxx.h
index 16d90a44f..0448d948e 100644
--- a/gmpxx.h
+++ b/gmpxx.h
@@ -1,6 +1,7 @@
/* gmpxx.h -- C++ class wrapper for GMP types. -*- C++ -*-
-Copyright 2001, 2002, 2003, 2006, 2008 Free Software Foundation, Inc.
+Copyright 2001, 2002, 2003, 2006, 2008, 2011, 2012 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.
@@ -17,18 +18,6 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
-/* the C++ compiler must implement the following features:
- - member templates
- - partial specialization of templates
- - namespace support
- for g++, this means version 2.91 or higher
- for other compilers, I don't know */
-#ifdef __GNUC__
-#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 91)
-#error gmpxx.h requires g++ version 2.91 (egcs 1.1.2) or higher
-#endif
-#endif
-
#ifndef __GMP_PLUSPLUS__
#define __GMP_PLUSPLUS__