$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2000-08-25 16:07:12
Beman Dawes wrote:
> Should we combine the boost/lexical_cast.hpp and boost/cast.hpp
> headers?
I don't think so, because lexical_cast.hpp requires the rather
heavy-weight <sstream> header, while the current cast.hpp doesn't.
Reducing coupling is good.
Jens Maurer