"template assistance" error msgs

  • Thread starter Thread starter Rudy Ray Moore
  • Start date Start date
R

Rudy Ray Moore

Whenever I get any error with Vc++7.1/.net/2003, it is followed by huge
ammounts of "template assistance" error messaging referencing template code
(MTL) that has nothing to do with the error.

This makes it difficult to spot errors. For example, F4 to "jump to next
error" just jumps ot the next "template assistance" message. And since
there are hundreds of them, this is quite obnoxious.

Can I disable these things? Why is MSVC reporting these totally
inappropriate "errors"?

Here's an example of non-template error (use of unknown variable) followed
by zillions of template assistance" error messages:

===
DttAmbassador.cpp line 858: xxxxx = 1; // bogus c++ code
DttAmbassador.cpp line 828: Stream << ErrorMessage << endl; // ErrorMessage
is std::string
===
DttAmbassador.cpp(858) : error C2065: 'xxxxx' : undeclared identifier

DttAmbassador.cpp(828) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(828) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(828) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(828) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(818) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(818) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(818) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(818) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(817) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(817) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(817) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(817) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(806) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(806) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(806) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(806) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(804) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(804) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(804) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(804) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(752) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(752) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(752) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(752) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(746) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(746) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(746) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(746) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(708) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(708) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(708) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(708) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(221) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(221) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(221) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(221) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(212) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(212) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(212) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(212) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(212) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(212) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(212) : see reference to class template instantiation
'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

DttAmbassador.cpp(212) : see reference to class template instantiation
'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.h(1473) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.h(1473) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.h(1473) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.h(1473) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.h(1467) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.h(1467) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.h(1467) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.h(1467) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(457) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(438) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(438) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(438) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(438) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(426) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(426) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(426) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(426) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(334) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(334) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(334) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(334) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(313) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(313) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(313) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(313) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(292) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(292) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(292) : see reference to class
template instantiation 'mtl::matrix_market_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]

C:\wxWindows-2.4.2\include\wx\datetime.inl(292) : see reference to class
template instantiation 'mtl::harwell_boeing_stream<T>' being compiled

with

[

T=mtl::matrix_implementation<mtl::generate_rect<Scalar,mtl::row_major,mtl::d
ense<>,0,0>::storage_t,mtl::gen_rect_indexer<mtl::row_orien,0,0,mtl::generat
e_rect<Scalar,mtl::row_major,mtl::dense<>,0,0>::size_type>>::value_type

]
 
Rudy said:
Whenever I get any error with Vc++7.1/.net/2003, it is followed by
huge ammounts of "template assistance" error messaging referencing
template code (MTL) that has nothing to do with the error.

Not any error - just an error that involves instantiation of a template.
This makes it difficult to spot errors. For example, F4 to "jump to
next error" just jumps ot the next "template assistance" message.
And since there are hundreds of them, this is quite obnoxious.

That F4 doesn't skip over the entire error, including the detail is
obnoxious - hopefully F4 gets made a bit smarter in the next version.
Can I disable these things?
No.

Why is MSVC reporting these totally inappropriate "errors"?

Because in many cases it's impossible to diagnose template instantiation
errors without seeing the instantiation stack, which is what all these
detail lines are showing.
Here's an example of non-template error (use of unknown variable)
followed by zillions of template assistance" error messages:

You could have omitted the example - we all know what they look like :)

See if http://www.bdsoft.com/tools/stlfilt.html is of any help to you.

-cd
 
Carl Daniel said:
Rudy said:
Whenever I get any error with Vc++7.1/.net/2003, it is followed by
huge ammounts of "template assistance" error messaging referencing
template code (MTL) that has nothing to do with the error.

Not any error - just an error that involves instantiation of a template.
This makes it difficult to spot errors. For example, F4 to "jump to
next error" just jumps ot the next "template assistance" message.
And since there are hundreds of them, this is quite obnoxious.

That F4 doesn't skip over the entire error, including the detail is
obnoxious - hopefully F4 gets made a bit smarter in the next version.
Can I disable these things?

No.

[...]


The Problem is, I sometimes want/need all the
information I can get, but sometimes I just
quickly want to get to the next error message.

I wish these error messages came in a tree
control like this
 
Back
Top