At the moment I do not have VS2003. But you can try adding the following section to "autoexp.dat" (I was sure that sections for all standard types were already included in VS2003):
;------------------------------------------------------------------------------
; std::map
;------------------------------------------------------------------------------
std::map<*>{
children
(
(
head : $c._Myhead->_Parent,
skip : $c._Myhead,
size : $c._Mysize,
left : _Left,
right : _Right
) : $e._Myval
)
preview
(
"[",
$e._Mysize,
"](",
(
head : $c._Myhead->_Parent,
skip : $c._Myhead,
size : $c._Mysize,
left : _Left,
right : _Right
) : $e._Myval,
")"
)
)
}
autoexp Visual Studio . Visual Studio