Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2003-06-02 15:24:02


Bugs item #747729, was opened at 2003-06-02 13:23
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=747729&group_id=7586

Category: lexical_cast
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Kevlin Henney (kevlin)
Summary: lexical cast doesn't compile

Initial Comment:
code:
        unsigned short ret = 1;
        string test = "test";
        test += lexical_cast<string>(ret);
doesn't compile on VC 7.0 .NET
it gives error:
c:\Build\NOTES
OPTION\Common\Boost\boost\lexical_cast.hpp(161) :
error C2679: binary '=' : no operator found which takes a
right-hand operand of
type 'std::basic_stringstream<_Elem,_Traits,_Alloc>::_M
ystr' (or there is no acceptable conversion)

Serge Blokhin

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

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

-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
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