$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-05-05 19:15:42
AMDG
Simonson, Lucanus J wrote:
> I've been working on an idea for using some compile time concept type
> introspection and tag dispatching to allow generically named free
> functions (such as contains()) to compile and work in user code when
> called with any sensible combination of geometry types. This should
> make user code much more concise than with my current design; all the
> concept related boilerplate can be dispensed with.
<snip>
>
> Do you guys prefer this scheme to what I showed in example3.cpp?
>
I haven't looked at your code yet, but it feels sound. This is
basically how fusion, MPL, &c. work, BTW.
In Christ,
Steven Watanabe