Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-04-10 17:16:14


I understand, now. Thanks!

It's not bad, but I don't yet see how to get it to deal with another
level of iteration. Repeat 'N' of my macro typically contains a
construct like:

    <class T1, class T2, ... class T(N-1)>

You can't just create make1.h, make2.h,... can you?

-Dave

----- Original Message -----
From: "Paul Mensonides" <pmenso57_at_[hidden]>
> There are several positives of this approach. It is significantly
more
> efficient than the 'recursive' version. Each expansion of
AUX_MY_CONSTRUCT_GET
> is on a separate line, so if you preprocess the file in a separate
step, you can
> get decent error messages.
>
> Paul Mensonides
>
> _______________________________________________
> Unsubscribe & other changes:
http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk