Skip to content

Commit

Permalink
Uuggh
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Oct 5, 2023
1 parent 0cd660b commit 78a53e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/googletest/include/absl/flags/parse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,9 @@ struct BestHints {
std::vector<std::string> hints;
};

#undef min
#undef MIN

// Return the list of flags with the smallest Damerau-Levenshtein distance to
// the given flag.
std::vector<std::string> GetMisspellingHints(const absl::string_view flag) {
Expand Down

0 comments on commit 78a53e7

Please sign in to comment.