Open shrek1402 opened 2 years ago
template<class T, class = void> class foo{ template<typename U, enable_if_t<is_convertible_v<U(*)[], T(*)[]>>* = nullptr> constexpr explicit foo(const checked_pointer<U>& other){ } }
@llvm/issue-subscribers-clang-tidy
@shrek1402 Can you elaborate on why this is a false positive?