From 8674ff408748b1ba0c5c46c6fa12514eade662d7 Mon Sep 17 00:00:00 2001 From: Igor Zarzycki Date: Wed, 2 Oct 2024 01:55:28 +0200 Subject: [PATCH] Fix issues. --- include/crap/algorithm.d/isheapvalue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/crap/algorithm.d/isheapvalue.h b/include/crap/algorithm.d/isheapvalue.h index 1905c64..c8f8871 100644 --- a/include/crap/algorithm.d/isheapvalue.h +++ b/include/crap/algorithm.d/isheapvalue.h @@ -52,10 +52,10 @@ namespace crap template using CheckIndices = findIfValue; using Implementation = - typename iotaValue :: template + typename iotaValue :: template type; public: - constexpr const static bool value = (Implementation :: value == Impementation :: npos); + constexpr const static bool value = (Implementation :: value == Implementation :: npos); using value_type = decltype(value); constexpr operator value_type () const noexcept; };