[Boost-bugs] [ boost-Patches-1202693 ] a simple patch about boost::format (for MSVC7.1)

Patches item #1202693, was opened at 2005-05-16 08:30 Message generated for change (Comment added) made by biochimia You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1202693&group_id=7586 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: Lim Hwan Cheol (whitecrw) Assigned to: Samuel Krempp (samuel_k) Summary: a simple patch about boost::format (for MSVC7.1) Initial Comment: It seems to be a bug on MSVC7.1 compiler. that foolish compiler has some conflict on matching signature... 'basic_format<Ch,Tr,Alloc>::size_type boost::basic_format<Ch,Tr,Alloc>::size(void) const' and 'boost::basic_format<Ch,Tr,Alloc>::size_type boost::basic_format<Ch,Tr,Alloc>::size(void) const' i think this is ultimately same signature. but, msvc71 doesn't.. for this, i used some #if tricks. :) attached patchfile contains my modifications. may the code be with you~ ----------------------------------------------------------------------
Comment By: João Abecasis (biochimia) Date: 2006-02-04 06:32
Message: Logged In: YES user_id=840777 Actually that should be 25-Feb-2005 (rev. 1.25 of file boost/format/format_implementation.hpp). ---------------------------------------------------------------------- Comment By: João Abecasis (biochimia) Date: 2006-02-04 06:28 Message: Logged In: YES user_id=840777 A different fix for the same bug was committed on 27-Feb-2005. Closing as fixed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1202693&group_id=7586 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net