diff --git a/stl/debugger/STL.natvis b/stl/debugger/STL.natvis index 75260f08a60..20ac82016f4 100644 --- a/stl/debugger/STL.natvis +++ b/stl/debugger/STL.natvis @@ -586,7 +586,16 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception - + + ranges::equal_to + ranges::not_equal_to + ranges::greater + ranges::less + ranges::greater_equal + ranges::less_equal + compare_three_way + + plus<> minus<> multiplies<> @@ -607,101 +616,26 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception bit_xor<> bit_not<> - - - plus - - - - - minus - - - - - multiplies - - - - - divides - - - - - modulus - - - - - negate - - - - - equal_to - - - - - not_equal_to - - - - - greater - - - - - less - - - - - greater_equal - - - - - less_equal - - - - - logical_and - - - - - logical_or - - - - - logical_not - - - - - bit_and - - - - - bit_or - - - - - bit_xor - - - - - bit_not - - + + plus + minus + multiplies + divides + modulus + negate + equal_to + not_equal_to + greater + less + greater_equal + less_equal + logical_and + logical_or + logical_not + bit_and + bit_or + bit_xor + bit_not