Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement iterators task #2 - ENikonov [new unit tests] #93

Closed

Conversation

re-nikonov
Copy link

  • add unit tests

@@ -134,4 +134,6 @@ TEST_F(Usage, DISABLED_Const)

EXPECT_TRUE(static_cast<bool>(std::is_same<decltype(make_value_iterator(data.cbegin()))::reference,
const size_t&>::value));
EXPECT_TRUE(static_cast<bool>(std::is_same<decltype(make_value_iterator(data.cbegin()))::pointer,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@smay1613 smay1613 added nice_work Everything is good :) second_review labels Sep 30, 2020
@smay1613 smay1613 closed this Sep 30, 2020
@smay1613 smay1613 mentioned this pull request Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice_work Everything is good :) second_review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants