From 9ddb27ef6067ae3c4277c3032c2fb47a5342c042 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Tue, 21 May 2024 21:19:32 +0200 Subject: [PATCH] Remove using Result --- include/updater/source.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/updater/source.hpp b/include/updater/source.hpp index de692363b..852b21216 100644 --- a/include/updater/source.hpp +++ b/include/updater/source.hpp @@ -14,7 +14,6 @@ template struct LookupTable std::optional operator()(const Key &key) const { using Result = std::optional; - using Result = boost::optional; const auto it = std::lower_bound(lookup.begin(), lookup.end(),