Skip to content

Commit 8f8a4e1

Browse files
Fix old friend declaration
1 parent a40207a commit 8f8a4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__iterator/static_bounded_iter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ struct __static_bounded_iter {
273273
private:
274274
template <class>
275275
friend struct pointer_traits;
276-
template <class, size_t, class>
276+
template <class, size_t>
277277
friend struct __static_bounded_iter;
278278
__static_bounded_iter_storage<_Iterator, _Size> __storage_;
279279

0 commit comments

Comments
 (0)