Skip to content

Commit

Permalink
Fix issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
HaxyM authored Oct 1, 2024
1 parent e6ce49d commit 06a8eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/crap/algorithm.d/isheapvalue.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ namespace crap
findIfValue<std :: size_t, CheckIfFails, Indices...>;
using Implementation =
typename iotaValue <sizeof...(Values), std :: size_t, 1u> :: template
type<ChqckIndices>;
type<CheckIndices>;
public:
constexpr const static bool value = (Implementation :: value == Impementation :: npos);
using value_type = decltype(value);
Expand Down Expand Up @@ -85,7 +85,7 @@ namespace crap
constexpr const static Type child =
valueList <Type, Values...> :: template At <Index> :: value;
public:
constexpr const static bool value = Operator <parent, leftChild> :: value;
constexpr const static bool value = Operator <parent, child> :: value;
};
}

Expand Down

0 comments on commit 06a8eb3

Please sign in to comment.