$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Hojer (redcube_at_[hidden])
Date: 2002-09-28 02:59:58
I wrote a bugfix to lexical_cast which corrects 2 bugs and one little
improvment:
1. boost::lexical_cast<char>(' ') works fine.
2. boost::lexical_cast<std::string>("This is a test") works fine.
3. no conversion is done if Source and Target-Types are identical
Well... i think the code is not 100% conformant to the boost-coding
standart. Who cares... This can be done if the code will find its way to
the real library
-- MfG, Stefan Hojer