$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (alexy_at_[hidden])
Date: 2001-11-28 11:35:04
Beman Dawes wrote:
> While I understand the motivation of those who like to
> decompose headers into many separate files, we are
> seeing here another unintended consequence. It is
> causing the library to appear far more complicated that
> it really is.
>
> (The other problem is that new users include the wrong
> header, and get confusing error messages as a result.
> The fix for that is to provide an overall header which
> includes the others,
That's the part of the practice.
> but that doesn't address the increased apparent
> complexity problem above.)
-- Aleksey