$include_dir="/home/hyper-archives/proto/include"; include("$include_dir/msg-header.inc") ?>
Subject: [proto] Extendin proto::switch_
From: Joel falcou (joel.falcou_at_[hidden])
Date: 2011-08-05 11:52:42
There is few use case where I wish i can have a proto::switch_ like
transform being extendable externally but based on something else than
the expression tag like the result of an arbitrary meta-function.
Is cloning proto::swicth_ and changing the way it dispatch over its
internal cases_ enough ?