$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Moshe Matitya (Moshe.Matitya_at_[hidden])
Date: 2006-08-21 03:38:24
> Robert Ramey wrote:
>
> But using this logic, wouldn't we want to have a header
> stl.hpp which includes all the stl libraries or all the
> stream libraries.
Absolutely. And in fact, the GNU C++ Library contains exactly that: A
header <stl.h>, which #include's all the standard STL headers.
Moshe