#401 closed Patches (Fixed)
a simple patch about boost::format (for MSVC7.1)
Reported by: | whitecrw | Owned by: | samuel_k |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
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~
Change History (2)
comment:2 by , 17 years ago
Logged In: YES user_id=840777 Actually that should be 25-Feb-2005 (rev. 1.25 of file boost/format/format_implementation.hpp).
Note:
See TracTickets
for help on using tickets.