From 75c9a467cb8fdc3007fc7842137fc5b17e741141 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 10 Apr 2022 08:50:36 +0000 Subject: refactor: more explicit auto --- bin/genkey | 0 maple/maple.cc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bin/genkey diff --git a/bin/genkey b/bin/genkey old mode 100644 new mode 100755 diff --git a/maple/maple.cc b/maple/maple.cc index 0bae0e9..4480e09 100644 --- a/maple/maple.cc +++ b/maple/maple.cc @@ -61,7 +61,7 @@ auto main() -> int { file_extension.end(), gemini_file_extension.begin(), gemini_file_extension.end(), - [](auto a, auto b) -> bool { + [](char a, char b) -> bool { return std::tolower(a) == std::tolower(b); } )) { -- cgit v1.2.3