]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/detail/basic_pointerbuf.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / detail / basic_pointerbuf.hpp
index 1d8cf373b3ad82a55455bc72e9bc8d38e175b837..85618f92abe0b7c97dab584c4b18db222e86ca74 100644 (file)
@@ -39,7 +39,7 @@ protected:
    typedef typename base_type::off_type off_type;
 
 public:
-   basic_pointerbuf() : base_type() { setbuf(0, 0); }
+   basic_pointerbuf() : base_type() { this_type::setbuf(0, 0); }
    const charT* getnext() { return this->gptr(); }
 
 #ifndef BOOST_NO_USING_TEMPLATE