|
Boost : |
From: Stefan Hojer (redcube_at_[hidden])
Date: 2002-09-17 04:27:02
The following code works fine:
boost::lexical_cast<std::string>('a');
but if the parameter is a whitespace-character, the code throws an
exception:
boost::lexical_cast<std::string>(' ');
-- Greetz, Stefan Hojer
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk