From: Warren Young Date: November 30 2005 9:59pm Subject: Re: Passing results by copy List-Archive: http://lists.mysql.com/plusplus/5229 Message-Id: <438E20AD.6090806@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Björn Persson wrote: > I'm not sure > it's ever useful to pass a Result by copy instead of by reference, I don't think so, because Result is a pretty heavy object. Lots of data to copy... That's why this bug has lived so long. It's good that Chris fixed it, nevertheless.