]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/property_map/parallel/parallel_property_maps.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / property_map / parallel / parallel_property_maps.hpp
index 04a268dc446f3dffcb83e9de3d59b1f288768512..8a66e48e19d5a31a321d8a6e6008afc31b7ae854 100644 (file)
@@ -19,7 +19,6 @@
 #include <boost/config.hpp>
 #include <boost/static_assert.hpp>
 #include <cstddef>
-#include <boost/detail/iterator.hpp>
 #include <boost/concept_archetype.hpp>
 #include <boost/mpl/assert.hpp>
 #include <boost/mpl/or.hpp>
@@ -222,7 +221,7 @@ public:
                              const index_map_type& id)
     : inherited(id.process_group(), id.global(), 
                 local_iterator_map(cc, n, id.base())) { }
-};                                            
+};
 
 }