$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-01-21 13:53:58
On Monday 21 January 2002 01:47 pm, you wrote:
> Does MSVC accept friend template declarations ?
Friend template declarations aren't generally portable, because several
compilers do not support them correctly. I find myself writing this a LOT:
public: // template friends aren't widely supported
:(
Doug