Skip to content

Instantly share code, notes, and snippets.

@fabiogaluppo
Last active January 1, 2016 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiogaluppo/14702d606b15b503bdd1 to your computer and use it in GitHub Desktop.
Save fabiogaluppo/14702d606b15b503bdd1 to your computer and use it in GitHub Desktop.
//const char* dic_path, std::istream& is
for (auto& x : mismatch(dic_path, unique(sort(lowercase(makewords(read_all_text(is)))))))
std::cout << x << std::endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment