]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/beast/zlib/detail/bitstream.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / beast / zlib / detail / bitstream.hpp
index eca32bc424657c8b3f1baa13f5d6ce0f12415277..1ac310ccbfafdb2e038cf6891ccfdc561669963d 100644 (file)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
+// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
 //
 // Distributed under the Boost Software License, Version 1.0. (See accompanying
 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -124,7 +124,6 @@ public:
 };
 
 template<class FwdIt>
-inline
 bool
 bitstream::
 fill(std::size_t n, FwdIt& first, FwdIt const& last)
@@ -140,7 +139,6 @@ fill(std::size_t n, FwdIt& first, FwdIt const& last)
 }
 
 template<class FwdIt>
-inline
 void
 bitstream::
 fill_8(FwdIt& it)
@@ -150,7 +148,6 @@ fill_8(FwdIt& it)
 }
 
 template<class FwdIt>
-inline
 void
 bitstream::
 fill_16(FwdIt& it)
@@ -162,7 +159,6 @@ fill_16(FwdIt& it)
 }
 
 template<class Unsigned>
-inline
 void
 bitstream::
 peek(Unsigned& value, std::size_t n)
@@ -174,7 +170,6 @@ peek(Unsigned& value, std::size_t n)
 }
 
 template<class Unsigned>
-inline
 void
 bitstream::
 read(Unsigned& value, std::size_t n)
@@ -188,7 +183,6 @@ read(Unsigned& value, std::size_t n)
 }
 
 template<class BidirIt>
-inline
 void
 bitstream::
 rewind(BidirIt& it)