$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (nesotto_at_[hidden])
Date: 2005-05-02 11:48:00
"Howard Hinnant" <hinnant_at_[hidden]> wrote in message
news:c924d1d6ba28298bccd97f6cb710b710_at_twcny.rr.com...
| On May 2, 2005, at 8:42 AM, Stefan Slapeta wrote:
| Inlined friend functions in class templates are instantiated when the
| enclosing class template is instantiated whether or not the friend is
| actually used:
|
| 14.5.3p5:
Thanks. I'll write them manually then.
-Thorsten