$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jsiek_at_[hidden]
Date: 2000-03-17 04:13:08
Another weirdness I've seen is that a template class whose
instantiation point is inside a template member function doesn't get
instantiated, resulting in a compiler error. Of course, this doesn't
happen in simple examples... only when things get complicated.