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

Patches item #1202693, was opened at 2005-05-16 16:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1202693&group_id=7586 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Lim Hwan Cheol (whitecrw) Assigned to: Nobody/Anonymous (nobody) 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~ ---------------------------------------------------------------------- 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 Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Boost-bugs mailing list Boost-bugs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/boost-bugs
participants (1)
-
SourceForge.net