Hi all
Could someone check independently the modifications in css.h in revision 10748? Seems to me that besides the initialisation, the equals operator in the CSSPrimitiveValue class was not doing what it was supposed to do.
Thanks.
Kind regards Kris
Mr scott Meyer states: (effective c++ programming)
- Test the assignment from itself:
first line of = operator:
if(*this == other) { return *this; }
- assign to ALL data elements values
Apart from that did you told the problem?
Adib. --
On Tue, Nov 22, 2011 at 5:25 PM, Kris De Gussem <kris.degussem@...400...> wrote:
Hi all
Could someone check independently the modifications in css.h in revision 10748? Seems to me that besides the initialisation, the equals operator in the CSSPrimitiveValue class was not doing what it was supposed to do.
Thanks.
Kind regards Kris
All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (2)
-
Kris De Gussem
-
the Adib