$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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