$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-05-28 07:03:57
A simple way to fix this is to add a default argument:
template<typename Target, typename Source>
Target lexical_cast(Source arg, std::ios::fmtflags flags = std::ios::fmtflags (0))
{
...
if (flags)
interpreter.setf (flags);