18 Feb
2014
18 Feb
'14
9:24 p.m.
Perhaps using the integer value as address?
On Tue, Feb 18, 2014 at 7:28 PM, John M. Dlugosz
On 2/18/2014 11:17 AM, Egor Tensin wrote:
Why this works:
boost::lexical_caststd::string((void *) 42UL)
and this throws:
boost::lexical_cast
(boost::lexical_caststd::string((void*) 42UL)) while converting void* to std::string and vice versa works perfectly using std:: streams?
What is converting a std::string object to a void* supposed to mean?
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users