algorithms_and_data_structures
algorithms_and_data_structures copied to clipboard
word_pattern.cpp compiler error
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>