$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Formal Review Request: TypeErasure
From: Larry Evans (cppljevans_at_[hidden])
Date: 2012-06-18 07:36:48
On 05/22/12 15:34, Steven Watanabe wrote:
[snip]
> Online documentation can be found here:
> http://steven_watanabe.users.sourceforge.net/type_erasure/libs/type_erasure/
The intro:
lists 3 limitations of virtual functions and claims TypeErasure solves
these problems.
It would help me a lot to understand these limitations and how
TypeErasure solves these problems by providing a before and after
example code with explanation of how the problems in the
before code(using virtual functions) is solved by the after code
(using TypeErasure).
[snip]
-regards,
Larry