]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/fusion/view/filter_view/filter_view_iterator.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / fusion / view / filter_view / filter_view_iterator.hpp
index 9280e72b4f2ef10ba0edd8e8fea39b1c0ce811a6..05eda69b8cbc134e26146c436208d4ee17e09ee3 100644 (file)
@@ -59,6 +59,10 @@ namespace boost { namespace fusion
         filter_iterator(First const& in_first)
             : first(filter::iter_call(first_converter::call(in_first))) {}
 
+        BOOST_CONSTEXPR BOOST_FUSION_GPU_ENABLED
+        filter_iterator(filter_iterator const& rhs)
+            : first(rhs.first) {}
+
         first_type first;
 
         // silence MSVC warning C4512: assignment operator could not be generated