From 99225404aaa603ba1626bbc8584ae1e4d6164b09 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 12 Jul 2024 23:36:25 +0700 Subject: [PATCH] move_iterator visualizer should use _Current --- stl/debugger/STL.natvis | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stl/debugger/STL.natvis b/stl/debugger/STL.natvis index 01e8dd606b6..19f0f85da66 100644 --- a/stl/debugger/STL.natvis +++ b/stl/debugger/STL.natvis @@ -1520,9 +1520,9 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception - move_iterator {current} + move_iterator {_Current} - current + _Current