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

【勘误】第九章 练习9.7及练习9.8 #38

Open
hartvon opened this issue Oct 9, 2021 · 0 comments
Open

【勘误】第九章 练习9.7及练习9.8 #38

hartvon opened this issue Oct 9, 2021 · 0 comments

Comments

@hartvon
Copy link

hartvon commented Oct 9, 2021

练习9.7

  • 应将 vector<int>::size_type 改为 vector<int>::iterator

练习9.8

  • 应将 list<string>::const_iterator 改为 list<string>::value_type
  • 应将 list<string>::iterator 改为 list<string>::reference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant