[med-svn] [mia] 01/06: add patch to instanciate 3DVectorfield constructor
Gert Wollny
gert-guest at moszumanska.debian.org
Tue Jun 2 09:40:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository mia.
commit 5a73578f954e51b375de162620ab5569ac8a0e86
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Fri May 29 12:10:05 2015 +0200
add patch to instanciate 3DVectorfield constructor
---
...iation_of_default_3Dvectorfield_constructor.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 21 insertions(+)
diff --git a/debian/patches/03_correct_instaciation_of_default_3Dvectorfield_constructor.patch b/debian/patches/03_correct_instaciation_of_default_3Dvectorfield_constructor.patch
new file mode 100644
index 0000000..cdb5ebe
--- /dev/null
+++ b/debian/patches/03_correct_instaciation_of_default_3Dvectorfield_constructor.patch
@@ -0,0 +1,20 @@
+Description: correct instanciation of 3DVectorfield constructor
+ It seems that the instanciation behaviour changed for defaulted
+ constructors in templates changed with the latest g++. This patch
+ now implements the constructor.
+Author: Gert Wollny <gw.fossdev at gmail.com>
+Origin: upstream
+Forwarded: not-needed
+Last-Update: 2015-05-29
+
+--- mia-2.2.3.orig/mia/3d/vectorfield.hh
++++ mia-2.2.3/mia/3d/vectorfield.hh
+@@ -39,7 +39,7 @@ extern template class EXPORT_3D T3DDataf
+ template <typename T>
+ class T3DVectorfield: public T3DDatafield<T>, public CAttributedData {
+ public:
+- T3DVectorfield() = default;
++ T3DVectorfield(){};
+ T3DVectorfield(const T3DVectorfield<T>& org):
+ T3DDatafield<T>(org),
+ CAttributedData(org)
diff --git a/debian/patches/series b/debian/patches/series
index fbbcf20..287fdd4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
01_disable-treeview-for-jquery-compatibility.patch
02-manpage-correction.patch
+03_correct_instaciation_of_default_3Dvectorfield_constructor.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mia.git
More information about the debian-med-commit
mailing list