]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/implicit_cast.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / implicit_cast.hpp
index d82db7628ee9616601dc0d1f0b97deafbff1d308..03abe1d495e9b1f0301ba06e04234334e7ed8fbe 100644 (file)
@@ -2,8 +2,9 @@
 // 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)
-#ifndef IMPLICIT_CAST_DWA200356_HPP
-# define IMPLICIT_CAST_DWA200356_HPP
+
+#ifndef BOOST_IMPLICIT_CAST_DWA200356_HPP
+#define BOOST_IMPLICIT_CAST_DWA200356_HPP
 
 namespace boost {
 
@@ -26,11 +27,7 @@ inline T implicit_cast (typename boost::detail::icast_identity<T>::type x) {
     return x;
 }
 
-// incomplete return type now is here
-//template <typename T>
-//void implicit_cast (...);
-
 } // namespace boost
 
 
-#endif // IMPLICIT_CAST_DWA200356_HPP
+#endif // BOOST_IMPLICIT_CAST_DWA200356_HPP