Skip to content

Conversation

JasonGitHub
Copy link
Contributor

No description provided.

@soulmachine
Copy link
Owner

Could you add back the comments? I think comments are useful

And please redefine int* d = new int[s.size()]; as vector<int> f(s.size(), 0);, which is the style that comes through the whole book.

@JasonGitHub
Copy link
Contributor Author

Done!

Calling front() on an empty container would invoke undefined behavior
soulmachine added a commit that referenced this pull request Dec 25, 2013
@soulmachine soulmachine merged commit ea6d43b into soulmachine:master Dec 25, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants