$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Femiani (JOHN.FEMIANI_at_[hidden])
Date: 2007-10-10 03:39:06
<snip>
>
> In Fusion, a library for working with heterogeneous collections of
> data (http://tinyurl.com/7ra5g), we use concepts too to model
> containers and views. I've shown in a previous post that I can
> adopt any struct to make it usable AS-IS in fusion. Concept wise,
> a struct is a tuple. <snip>
>
> Joel de Guzman
Are the concepts in fusion just part of the documentation & design, or
do you have concept-checks hidden somewhere? The copy of Fusion I have
does not seem use Boost.Concept or ConceptGCC stuff to check them
anywhere. (Sorry if this is beginning to drift off-topic)
-- John