gnucap-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnucap-devel] Weird behaviour of DEV_DOT::clone()


From: Felix Salfelder
Subject: Re: [Gnucap-devel] Weird behaviour of DEV_DOT::clone()
Date: Fri, 1 Aug 2014 09:12:16 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Aug 01, 2014 at 12:14:26PM +0530, Rishabh Yadav wrote:
> -explicit DEV_DOT(const DEV_DOT& p) :CARD(p) {set_constant(true);}
> +explicit DEV_DOT(const DEV_DOT& p) :CARD(p), _s(p._s) {set_constant(true);}
> 
> But even applying the patch didn't help

here, it does.

try to recompile the library (not just the plugin), after applying the
patch.

(i don't fully understand. must be some cross-compilation unit
optimization stuff. maybe).

cheers
felix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]