$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Little (andy_at_[hidden])
Date: 2006-04-08 03:53:36
"Felipe Magno de Almeida" wrote
> Is friend typename identity<T>::type;
>
> also illegal?
Yes. AFAIK You need a class-key before the name of the type for a friend *type*
declaration IOW class, struct, union.
regards
Andy Little