Skip to content

Commit

Permalink
added a line for the sake of completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
fnc12 committed Oct 10, 2023
1 parent e8fcb85 commit 9d0157a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/static_tests/iterator_t.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ TEST_CASE("iterator_t") {

// indirectly_readable
STATIC_REQUIRE(std::is_same<decltype(*std::declval<const iter>()), User&>::value);
STATIC_REQUIRE(std::is_same<decltype(std::declval<const iter>().operator->()), User*>::value);

// input_iterator
STATIC_REQUIRE(std::is_same<iter::iterator_category, std::input_iterator_tag>::value);
Expand Down

0 comments on commit 9d0157a

Please sign in to comment.