diff DEPENDENCIES/generic/include/boost/units/config.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
line wrap: on
line diff
--- a/DEPENDENCIES/generic/include/boost/units/config.hpp	Fri Sep 04 12:01:02 2015 +0100
+++ b/DEPENDENCIES/generic/include/boost/units/config.hpp	Mon Sep 07 11:12:49 2015 +0100
@@ -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