We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3bc7c commit 1a8430fCopy full SHA for 1a8430f
llvm/include/llvm/ADT/ArrayRef.h
@@ -153,7 +153,7 @@ namespace llvm {
153
/// to ensure that this is only used for iterator ranges of random access
154
/// iterators that can be converted.
155
template <typename U,
156
- typename = std::enable_if_t<
+ typename = std::enable_if<
157
std::is_base_of<
158
std::random_access_iterator_tag,
159
typename std::iterator_traits<
0 commit comments