Skip to content

word_pattern.cpp compiler error #188

Open
@lcy19

Description

@lcy19

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @lcy19

        Issue actions

          word_pattern.cpp compiler error · Issue #188 · mandliya/algorithms_and_data_structures