$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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