$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Hana] Formal review
From: Peter Dimov (lists_at_[hidden])
Date: 2015-06-22 06:42:32
Edouard wrote:
> However when headers are too fine grained it's almost impossible for the
> user of a library to know what should be included.
With properly fine-grained headers, it's trivial to know what should be
included - if you use, for instance, mp_transform, you include
mp_transform.hpp. That's overkill if many mp_ things are one-liners, of
course. But my point is that "not knowing what to include" is not one of the
problems with "too fine grained".