On 14/04/16 18:29 +0200, Antonio Trande wrote:
I can also confirm that making the Curve default constructor
public allows the build to complete.

--

Ehm ...

How exactly?
Thanks for yours replies.

As in this attachment (done by hand, not from the sources in the repo,
because pkgs.fedoraproject.org is down at the moment).


--- ascend/ascxx/curve.h.orig	2016-04-15 15:45:40.415398056 +0100
+++ ascend/ascxx/curve.h	2016-04-15 15:45:47.576434349 +0100
@@ -12,8 +12,8 @@
 private:
 	friend class Plot;
 	explicit Curve(const Instanc &);	
-	Curve();
 public:
+	Curve();
 	Curve(const Curve &);
 	std::vector<double> x;
 	std::vector<double> y;
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to