algorithms_and_data_structures icon indicating copy to clipboard operation
algorithms_and_data_structures copied to clipboard

word_pattern.cpp compiler error

Open lcy19 opened this issue 4 years ago • 0 comments

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>

lcy19 avatar Jun 03 '21 01:06 lcy19