Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2006-01-09 17:24:56


Patches item #1202693, was opened at 2005-05-16 00:30
Message generated for change (Settings changed) made by mclow
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: Open
Resolution: None
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~

----------------------------------------------------------------------

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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk