]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/math/distributions/hyperexponential.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / math / distributions / hyperexponential.hpp
index 4ed281c66268c72f32c4bda00304c9b5ca9d8d39..2a3993a1f2700fc73d2bcdf9a47818916d24e475 100644 (file)
@@ -17,6 +17,7 @@
 
 
 #include <boost/config.hpp>
+#include <boost/math/tools/cxx03_warn.hpp>
 #include <boost/math/distributions/complement.hpp>
 #include <boost/math/distributions/detail/common_error_handling.hpp>
 #include <boost/math/distributions/exponential.hpp>
@@ -278,7 +279,7 @@ class hyperexponential_distribution
                                     PolicyT());
     }
 
-    // Two arg constructor from 2 ranges, we SFINAE this out of existance if
+    // Two arg constructor from 2 ranges, we SFINAE this out of existence if
     // either argument type is incrementable as in that case the type is
     // probably an iterator:
     public: template <typename ProbRangeT, typename RateRangeT>
@@ -299,7 +300,7 @@ class hyperexponential_distribution
     }
 
     // Two arg constructor for a pair of iterators: we SFINAE this out of
-    // existance if neither argument types are incrementable.
+    // existence if neither argument types are incrementable.
     // Note that we allow different argument types here to allow for
     // construction from an array plus a pointer into that array.
     public: template <typename RateIterT, typename RateIterT2>