18 Feb
2014
18 Feb
'14
6:28 p.m.
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?