Do not mistake types nested inside templates as the template type.
commit79229f13ab1d04936f8b2f31c4f6004e3f6f4a09
authorJohannes Sixt <j6t@kdbg.org>
Mon, 24 Nov 2008 20:47:51 +0000 (24 21:47 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Mon, 8 Dec 2008 21:27:17 +0000 (8 22:27 +0100)
treecb27ddedfbfcc0fe9299464538d489af93708949
parentfc0ca40d88d1a8ba41050e6e7436eedeba2d6a5d
Do not mistake types nested inside templates as the template type.

For example, the type std::vector<...>::Allocat_hider was incorrectly
understood as std::vector<...>. The Display expressions did not work on
variables of this type, of course, but rejecting it early saves some
cycles.
kdbg/typetable.cpp