$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeremy Maitin-Shepard (jbms_at_[hidden])
Date: 2004-04-04 00:45:54
JOAQUIN LOPEZ MU?Z <joaquin_at_[hidden]> writes:
> [snip: the use cases]
> If I'm understanding you, the case use you propose
> could be illegal. Do you mean something like:
> indexed_set<
> int,
> index_list<
> unique<tag<first,marked>,...>,
> non_unique<tag<second>,...>,
> non_unique<tag<third,marked>,...>
> [snip: multiple of same tag clashes]
No, I mean something like: some_algorithm::use_for_purpose_x and
some_algorithm::use_for_purpose_y.
-- Jeremy Maitin-Shepard