Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
shidenggui committed Dec 23, 2014
1 parent eeaede3 commit 1dc88f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch11/ex11_9_10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! to int? What about from list<int>::iterator to int?
//! In each case, if not, why not?
// vector<int>::iterator to int is ok ,because < is defined
// vector<int>::iterator to int is not ok,as no < is defined.
// list<int>::iterator to int is not ok,as no < is defined.
#include <iostream>
#include <map>
#include <string>
Expand Down

0 comments on commit 1dc88f1

Please sign in to comment.