$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Frey (d.frey_at_[hidden])
Date: 2008-04-12 13:13:49
On Sat, 2008-04-12 at 00:28 -0700, Eric Niebler wrote:
> And here's the kicker ... do it in O(1). No O(N) recursive template
> instantiations allowed. Assume that the maximum size of the set is known
> ahead of time.
OK, here's my version, which uses __typeof__.