$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Brian McNamara (lorgon_at_[hidden])
Date: 2003-10-22 08:58:02
(Sorry that this is a little off-topic for this list.  I'm not sure
where else to ask.)
In the error diagnostics I get from icc, sometimes in the middle of
template instantiations the compiler will say
   instantiation of <yadda yadda>
   instantiation of <yadda yadda>
   [ 6 instantiation contexts not shown ]     <--- Note this
   instantiation of <yadda yadda>
   instantiation of <yadda yadda>
(Apparently Comeau does the same thing, though I don't have a copy of it
to know firsthand.)
My question is, how do I get the compiler to not "not show" all the
instantiation contexts?  I'm looking for the
  --yes_i_really_want_super_long_template_error_messages
command-line option, and I can't find it.
-- -Brian McNamara (lorgon_at_[hidden])