summaryrefslogtreecommitdiffstats
path: root/external/mdds/Wdeprecated-copy.patch
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2021-04-08 03:04:13 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2021-04-08 04:30:19 +0200
commit58e299f7c26fd0e5094fb68a30349c5962c003ef (patch)
tree2ac21dd0be45e2a23a329b19a16b87aa5acad1d7 /external/mdds/Wdeprecated-copy.patch
parentfix missing libnumbertext config (diff)
downloadcore-58e299f7c26fd0e5094fb68a30349c5962c003ef.tar.gz
core-58e299f7c26fd0e5094fb68a30349c5962c003ef.zip
Downgrade to liborcus 0.15 and mdds 0.15
... so LO can build with stock Ubuntu 20.04. Change-Id: I7c2647ba932f4c6d8f540fca1a531d498c5c3675
Diffstat (limited to 'external/mdds/Wdeprecated-copy.patch')
-rw-r--r--external/mdds/Wdeprecated-copy.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/mdds/Wdeprecated-copy.patch b/external/mdds/Wdeprecated-copy.patch
new file mode 100644
index 000000000000..edcb2ddaa9ec
--- /dev/null
+++ b/external/mdds/Wdeprecated-copy.patch
@@ -0,0 +1,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)
+ {