]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/numeric/interval/detail/x86_rounding_control.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / numeric / interval / detail / x86_rounding_control.hpp
index 3594d01691ea13c7cfb1ecfe57c0c5297f85b3cc..9078692904bc1ecdfa6de83c869b65edf3593f71 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef BOOST_NUMERIC_INTERVAL_DETAIL_X86_ROUNDING_CONTROL_HPP
 #define BOOST_NUMERIC_INTERVAL_DETAIL_X86_ROUNDING_CONTROL_HPP
 
-#ifdef __GNUC__
+#if defined(__GNUC__) || defined(__BORLANDC__) && defined(__clang__)
 #  include <boost/numeric/interval/detail/x86gcc_rounding_control.hpp>
 #elif defined(__BORLANDC__)
 #  include <boost/numeric/interval/detail/bcc_rounding_control.hpp>