Skip to content

Commit da7f275

Browse files
committed
!fixup enable_if
1 parent 4105fd1 commit da7f275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/ArrayRef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ namespace llvm {
153153
/// to ensure that this is only used for iterator ranges of random access
154154
/// iterators that can be converted.
155155
template <typename U,
156-
typename = std::enable_if_t<
156+
typename = std::enable_if<
157157
std::is_base_of<
158158
std::random_access_iterator_tag,
159159
typename std::iterator_traits<

0 commit comments

Comments
 (0)