Skip to content

Commit 31530cc

Browse files
huixie90ldionne
andauthored
Update libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.elem/arrow.pass.cpp
Co-authored-by: Louis Dionne <[email protected]>
1 parent 5dbd96d commit 31530cc

File tree

1 file changed

+1
-0
lines changed
  • libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.elem

1 file changed

+1
-0
lines changed

libcxx/test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.elem/arrow.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "test_macros.h"
2626

2727
#if TEST_STD_VER >= 20
28+
// C++20 bidirectional_iterator that does not satisfy the Cpp17BidirectionalIterator named requirement.
2829
template <class It>
2930
class cpp20_bidirectional_iterator_with_arrow {
3031
It it_;

0 commit comments

Comments
 (0)