Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 51597
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- ddd-3.3.8/ddd/VarArray.h    2004/05/20 21:56:38     1.1
0
++ ddd-3.3.8/ddd/VarArray.h    2004/05/20 21:58:07
Lines 53-59 protected: Link Here
53
    // Add a value
53
    // Add a value
54
    virtual void add(const T& v)
54
    virtual void add(const T& v)
55
    {
55
    {
56
	value(_size) = v;	// gcc-2.3.3 chokes on having _size++ here
56
	this->value(_size) = v;	// gcc-2.3.3 chokes on having _size++ here
57
	_size++;
57
	_size++;
58
    }
58
    }
59
59

Return to bug 51597