$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rhind_at_[hidden])
Date: 2004-07-09 08:13:28
Peter Dimov wrote:
>
> template<class T, int N> T * end( T (&a) [N] ) { return a + N; }
>
Thanks, I was looking more for the imlementation of it anyway.
Russell