$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Advice] Documenting the "refined by" relation for concepts
From: Louis Dionne (ldionne.2_at_[hidden])
Date: 2015-06-14 15:26:27
Robert Ramey <ramey <at> rrsd.com> writes:
>
> > [...]
>
> > 2. It's actually harmful, because you can't predict who is going to
> > refine a concept
>
> Also true - It could never be accurate.
>
> However, it's common for documentation of at concept to contain a
> section named "Models" which are basically classes which follow (model)
> the concept.
Providing a list of the models of a concept is a good idea and it is pretty
common for generic libraries too. Hana follows that.
Thanks for your input,
Louis