================
@@ -1130,6 +1137,19 @@ using __best_match_t = typename 
invoke_result_t<_MakeOverloads<_Types...>, _Tp,
 
 } // namespace __variant_detail
 
+template < class _Visitor, class... _Vs, typename = 
void_t<decltype(std::__as_variant(std::declval<_Vs>()))...> >
----------------
mordante wrote:

Clang-format needs to be compatible with C++03, but this is C++17 so we can 
remove some spaces.
```suggestion
template <class _Visitor, class... _Vs, typename = 
void_t<decltype(std::__as_variant(std::declval<_Vs>()))...>>
```

https://github.com/llvm/llvm-project/pull/76447
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to