]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/example/nonfinite_signaling_NaN.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / math / example / nonfinite_signaling_NaN.cpp
index 98ccdd1d953aceb056996ced176e9fc0f2f2558e..2e6e1fde3061b2790ec7ad94dfb4ad75332ed204 100644 (file)
@@ -84,7 +84,7 @@ int main()
     cout << "quiet_NaN input was " << r << endl; // "1"
   }
 
-#if (!defined __BORLANDC__ && !defined __CODEGEARC__)
+#if (!defined BOOST_BORLANDC && !defined BOOST_CODEGEARC)
   // These compilers trap when trying to create a signaling_NaN!
   { // Try Signaling NaN
     stringstream ss; // Both input and output.