$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Scott Meyers (usenet_at_[hidden])
Date: 2007-03-29 19:08:14
Joaquin M Lopez Munoz wrote:
> No, not exactly. The thing to watch for is the rules for
> implicit instantation of class templates in C++, which
> roughly boil down to "a mention of a class template
> specialization will implicit instantiate it only if
> necessary".
Thanks for your clear, patient, helpful explanation.
Scott