From c794bf14fe5fcffe182d761ff4d0f548bc7bf566 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 11 Jan 2020 17:22:33 +0000 Subject: [PATCH] Final changes --- include/etl/algorithm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/etl/algorithm.h b/include/etl/algorithm.h index 1fd6f927..e4481ca8 100644 --- a/include/etl/algorithm.h +++ b/include/etl/algorithm.h @@ -1197,7 +1197,7 @@ namespace etl } // Search - template + template ETL_NODISCARD TIterator1 search(TIterator1 first, TIterator1 last, TIterator2 search_first, TIterator2 search_last) { @@ -1216,7 +1216,7 @@ namespace etl } // Search - template + template ETL_NODISCARD TIterator1 search(TIterator1 first, TIterator1 last, TIterator2 search_first, TIterator2 search_last) {