$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jean-Claude Dauphin (jc.dauphin_at_[hidden])
Date: 2003-05-26 11:23:38
Hi,
I can't understand why:
    std::string s("   0");
    double val;
    try {
                    val = boost::lexical_cast<double> (s);
    }
    catch (boost::bad_lexical_cast &)
   {
   }
gives a bad_lexical_cast throw?
I apologize you for yr time,
JCD