Boost logo

Boost :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-12-15 13:01:13


On Saturday 15 December 2001 12:54 pm, you wrote:
> #define CURRENT_RULE_LIST nil
>
> // add a rule "matrix_matrix_simp":
>
> typedef pair<matrix_matrix_simp, CURRENT_RULE_LIST> _mms_list;
>
> #undef CURRENT_RULE_LIST
> #define CURRENT_RULE_LIST _mms_list;

You'll still need to do something to keep all of the _mms_lists separate
(.e.g, require that they be in subnamespaces), but this could work.

        Doug


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