$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2007-10-30 13:08:57
Steven Watanabe <steven <at> providere-consulting.com> writes:
> Biggest implementation difference:
> I am using an explicit table of function pointers and
> a separate buffer rather than a virtual functions.
Great. I planned this optimization but never started implementing it.
Some further questions:
Why do you use more than one placeholder? What's a difference between _1 and _?
In dynamic_any, I use only anyT placeholder.
I didn't get the idea of tuples. What are they for?
-- Alexander