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

word_pattern.cpp compiler error #188

Open
lcy19 opened this issue Jun 3, 2021 · 0 comments
Open

word_pattern.cpp compiler error #188

lcy19 opened this issue Jun 3, 2021 · 0 comments

Comments

@lcy19
Copy link

lcy19 commented Jun 3, 2021

After clone project, execute those commands

rm -rf CMakeCache.txt CMakeFiles
cmake .
make

meeting errors in word_pattern.cpp, says "istream_iterator’ is not a member of ‘std’", according to this discussion, considing adding

#include <iterator>

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