Code review comment for lp:~smspillaz/compiz-core/compiz-core.fix_931927

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

"Don't initialize to list size zero since that creates a temporary and destroys it
(for gosh knows what reasons)"

That's because it calls a constructor with a default parameter. Vis:

CompOption::Vector(o, CompOption());

« Back to merge proposal