Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#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:1 by biochimia, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=840777

A different fix for the same bug was committed on 27-Feb-2005.

Closing as fixed.

comment:2 by biochimia, 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.