]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/container/new_allocator.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / container / new_allocator.hpp
index 4801f708262dc4b0ca347a7df0e28b58f2cd549d..2fad21adc764490f4e85ea49dfccce4d9a71346f 100644 (file)
@@ -151,7 +151,7 @@ class new_allocator
    {}
 
    //!Allocates memory for an array of count elements.
-   //!Throws std::bad_alloc if there is no enough memory
+   //!Throws bad_alloc if there is no enough memory
    pointer allocate(size_type count)
    {
       const std::size_t max_count = std::size_t(-1)/(2*sizeof(T));