Patches item #784077, was opened at 2003-08-06 10:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307869&aid=784077&group_id=7869
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonathan Wakely (redi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing return value from Connection::operator=
Initial Comment:
The assignment operator for the Connection class does
not return any value, although it's declared to return
Connection&.
This patch makes it return *this.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307869&aid=784077&group_id=7869
|