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 [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/boost-bugs _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost