From: SourceForge.net <no...@so...> - 2003-08-28 11:30:23
|
Patches item #796623, was opened at 2003-08-28 11:30 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=796623&group_id=7869 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jonathan Wakely (redi) Assigned to: Nobody/Anonymous (nobody) Summary: Initialise base of Result_Store Initial Comment: This patch prevents the following warning from GCC 3.4 (experimental) when compiled with "-Wall -W": Result_Store.cc: In copy constructor `mysqlcppapi::Result_Store::Result_Store(const mysqlcppapi::Result_Store&)': Result_Store.cc:18: warning: base class `class mysqlcppapi::const_subscript_container<mysqlcppapi::Result_Store, mysqlcppapi::Row, const mysqlcppapi::Row>' should be explicitly initialized in the copy constructor It adds a typedef for the const_subscript_container base class of Result_Store and calls its default ctor in the init list of Result_Store's copy ctor. it also removes the comment about MutableRes, as this class is no longer part of the library. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307869&aid=796623&group_id=7869 |