summaryrefslogtreecommitdiffstats
path: root/external/mdds/Wdeprecated-copy.patch
blob: edcb2ddaa9ec90a5636f5f8144fec874bab5776c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- include/mdds/multi_type_vector_itr.hpp
+++ include/mdds/multi_type_vector_itr.hpp
@@ -71,8 +71,6 @@
         private_data() : block_index(0) {}
         private_data(size_type _block_index) :
             block_index(_block_index) {}
-        private_data(const private_data& other) :
-            block_index(other.block_index) {}
 
         void swap(private_data& other)
         {