 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Dennis Jones Guest
|
Posted: Fri Mar 25, 2005 6:33 pm Post subject: Debugging and std::pair |
|
|
Hi,
Does anybody know how one could view the contents of a simple std::pair
instance in the debugger? For example:
std::pair< AnsiString, AnsiString > aPair;
When "aPair.first" is viewed in the watch window, the result is always
something like:
"first is not a member of _STL::pair<AnsiString, AnsiString>, because the
type is not yet defined"
And if I try just viewing aPair in the watch window, all I get is:
"{ }"
So, is there not any way I can view the contents of a 'pair' in the
debugger?
- Dennis
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|