diff options
| author | Andrii Semkiv <andrii.semkiv@qt.io> | 2024-09-30 18:10:17 +0200 |
|---|---|---|
| committer | Andrii Semkiv <andrii.semkiv@qt.io> | 2024-10-09 08:03:48 +0000 |
| commit | fca70aa9594b8bb339aad6060b726fd6120eb6b0 (patch) | |
| tree | 3827d1bec61d71364cdfe72dfb49df08ddc31072 /src/plugins/python/pythonkitaspect.cpp | |
| parent | 2b6f9b4415856eed9fdf6596fdabe5fb69e9976b (diff) | |
Fix STL container dumpers with _GLIBCXX_DEBUG
Fixed behavior of the libstdc++ dumpers for the following types
with `_GLIBCXX_DEBUG` macro enabled:
* `std::deque`
* `std::list`
* `std::multimap`
* `std::multiset`
Fixed libc++ dumpers for the following types:
* `std::unordered_map`
* `std::unordered_multimap`
* `std::unordered_multiset`
* `std::unordered_set`
Added a dumper for `std::forward_list`.
Fixes: QTCREATORBUG-20476
Change-Id: I802b0eaf31cdea77d980ca18d4c3fae15a86a3d4
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/python/pythonkitaspect.cpp')
0 files changed, 0 insertions, 0 deletions
