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

Replace class iterator and const_iterator by using a single template class to reduce code. #395

Merged
merged 2 commits into from
Dec 14, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Replaced class iterator and class const_iterator with aliases of temp…
…late <typename U> iter_impl. iter_impl has operator const_iterator to create an const_iterator from an iterator.
  • Loading branch information
Bosswestfalen committed Dec 12, 2016
commit dd3f4f9b9200547458f7fb8740fe5c5e9e602d3f
Loading