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
]
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
]