Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2005-02-02 08:37:03


Bugs item #1114732, was opened at 2005-02-02 13:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1114732&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Glen Summers (glensummers)
Assigned to: Nobody/Anonymous (nobody)
Summary: boost 1.32 compile error with STLPort462 and boost/format

Initial Comment:
compile error using
MSVC 7.1
STLPort4.6.2
Boost 1.32.0

Code:

#include <iostream>
#include <tchar.h>
#include <boost/format.hpp>

int _tmain(int argc, _TCHAR* argv[])
{
        return 0;
}

Fails with:
\boost\format\format_implementation.hpp(216) : error
C2244: 'boost::basic_format<Ch,Tr,Alloc>::size' : unable
to match function definition to an existing declaration

\boost\format\format_class.hpp(58) : see declaration
of 'boost::basic_format<Ch,Tr,Alloc>::size'
        definition
        'basic_format<Ch,Tr,Alloc>::size_type
boost::basic_format<Ch,Tr,Alloc>::size(void) const'
        existing declarations
        'boost::basic_format<Ch,Tr,Alloc>::size_type
boost::basic_format<Ch,Tr,Alloc>::size(void) const'

Worked with boost 1.31.0

Regards,
Glen.

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

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1114732&group_id=7586

-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
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