Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Feb 17, 2025
1 parent 677f234 commit fe04bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/array_ref.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ auto main() -> int { // NOLINT(readability-function-cognitive-complexity,bugpro
{5, 6},
{7, 8}
};
// std::pointer_traits<multi::array<int, 2>::const_iterator>::difference_type dt;
multi::array_ref<int, 2, multi::array<int, 2>::const_iterator> const arr2({2, 2}, arr.begin());

BOOST_TEST(( arr2[0][0] == multi::array<int, 1>({1, 2}) ));
Expand Down

0 comments on commit fe04bd7

Please sign in to comment.