[PATCH] D152891: [ADT] Add deduction guide for iterator_range
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 02:25:58 PDT 2023
barannikov88 added inline comments.
================
Comment at: llvm/include/llvm/ADT/iterator_range.h:28
+template <typename From, typename To, typename = void>
+struct explicitly_convertable : std::false_type {};
+
----------------
Would go in line with the standard name https://en.cppreference.com/w/cpp/types/is_convertible
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152891/new/
https://reviews.llvm.org/D152891
More information about the llvm-commits
mailing list