X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fmultiprecision%2FREADME.md;h=9d7d0b1b8ad69a7595011307c42e020724417482;hb=20effc670b57271cb089376d6d0800990e5218d5;hp=c4121aa1a20a8b7313f978907cdfb74d54a67577;hpb=a71831dadd1e1f3e0fa70405511f65cc33db0498;p=ceph.git diff --git a/ceph/src/boost/libs/multiprecision/README.md b/ceph/src/boost/libs/multiprecision/README.md index c4121aa1a..9d7d0b1b8 100644 --- a/ceph/src/boost/libs/multiprecision/README.md +++ b/ceph/src/boost/libs/multiprecision/README.md @@ -1,6 +1,8 @@ Boost Multiprecision Library ============================ +>ANNOUNCEMENT: Support for C++03 is now deprecated in this library and will be supported in existing features only until March 2021. New features will require at least C++11, as will existing features from next year. + The Multiprecision Library provides integer, rational, floating-point, complex and interval number types in C++ that have more range and precision than C++'s ordinary built-in types. The big number types in Multiprecision can be used with a wide selection of basic mathematical operations, elementary transcendental functions as well as the functions in Boost.Math. The Multiprecision types can