Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Dec 19, 2024
1 parent da8b0ba commit 3bc818f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unittests/std_interoperability.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,7 @@ TEST_CASE("Collection iterators", "[collection][container][iterator][std]") {
// *r++ = o
// iterator
DOCUMENTED_STATIC_FAILURE(traits::has_dereference_assignment_increment_v<iterator, CollectionType::value_type>);
DOCUMENTED_STATIC_FAILURE(
traits::has_dereference_assignment_increment_v<iterator, CollectionType::mutable_type>);
DOCUMENTED_STATIC_FAILURE(traits::has_dereference_assignment_increment_v<iterator, CollectionType::mutable_type>);
// TODO add runtime check for assignment validity like in '*r = o' case
// const_iterator
DOCUMENTED_STATIC_FAILURE(
Expand Down

0 comments on commit 3bc818f

Please sign in to comment.