Problem (which was described in my message
on 2008-11-03) can be really resolved by adding two preprocessor definitions:
#define _HAS_ITERATOR_DEBUGGING 0
#define _SECURE_SCL 0
before including of any STL, MTL or ITL files.
After this examples array2D.cc, sparse_copy.cc, sparse_matrix.cc, sparse_mult.cc work correctly.
Thanks a lot to Anthony Lock. Now I can continue my research work with MTL + ITL.
_______________________________________________
This list is archived at
http://www.osl.iu.edu/MailArchives/mtl-devel/