]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/iterator/detail/facade_iterator_category.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / iterator / detail / facade_iterator_category.hpp
index 67fdf446b0d4455dcafff85d87ba7b7861c802b9..6db45e4539289d8dddef19cbbf076925e39b942f 100644 (file)
@@ -4,6 +4,8 @@
 #ifndef FACADE_ITERATOR_CATEGORY_DWA20031118_HPP
 # define FACADE_ITERATOR_CATEGORY_DWA20031118_HPP
 
+# include <boost/core/use_default.hpp>
+
 # include <boost/iterator/iterator_categories.hpp>
 
 # include <boost/mpl/or.hpp>  // used in iterator_tag inheritance logic
@@ -33,8 +35,7 @@
 namespace boost {
 namespace iterators {
 
-// forward declaration
-struct use_default;
+using boost::use_default;
 
 namespace detail {