$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn-boost_at_[hidden])
Date: 2005-05-26 23:49:31
David Abrahams writes:
> The function returns a reference to a multidimensional array, where
> each numerical element that you were putting in the mpl::vector is
> encoded as a separate dimension of the array.
Exactly. It's the vector returned by encode_type_impl. I didn't have a
chance to think about my idea thoroughly but this is something completely
different. Partial specializations aren't supported by functions, for
example.
-- Alexander Nasonov