$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (steven_at_[hidden])
Date: 2006-09-02 15:48:36
AMDG
> Could you please tell me what a library for type erasure is doing?
>
>
Type erasure converts static polymorphism into dynamic polymorphism.
One example is Boost.Function which can contain any type that
has an appropriate function call operator.
In Christ,
Steven Watanabe