summaryrefslogtreecommitdiff
path: root/boost/units/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/units/config.hpp')
-rw-r--r--boost/units/config.hpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/boost/units/config.hpp b/boost/units/config.hpp
index 9e8a74f3bd..694abd5aaf 100644
--- a/boost/units/config.hpp
+++ b/boost/units/config.hpp
@@ -29,7 +29,7 @@
///INTERNAL ONLY
#define BOOST_UNITS_HAS_TYPEOF 1
#else
- #if (__GNUC__ && __cplusplus && __GNUC__ >= 3)
+ #if (__GNUC__ && __cplusplus)
///INTERNAL ONLY
#define BOOST_UNITS_HAS_TYPEOF 1
///INTERNAL ONLY
@@ -67,13 +67,6 @@
#error Boost.Units requires function template partial ordering
#endif
- #ifdef BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
- #error Boost.Units requires explicit function template arguments
- #endif
-
- #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
- #error Boost.Units requires partial specialization
- #endif
#endif