forked from qt-creator/qt-creator
CdbExt: Add valarray dumper.
Change-Id: I9d05fc9217d014b011223d0739ed2267ae7ca479 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -1112,6 +1112,8 @@ static KnownType knownClassTypeHelper(const std::string &type,
|
||||
case 8:
|
||||
if (!type.compare(hPos, 8, "multimap"))
|
||||
return KT_StdMultiMap;
|
||||
if (!type.compare(hPos, 8, "valarray"))
|
||||
return KT_StdValArray;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user