Skip to content

Commit

Permalink
UIntMath::Dist
Browse files Browse the repository at this point in the history
  • Loading branch information
morzhovets committed Nov 6, 2024
1 parent e68bd2f commit 0c7916b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/momo/Utility.h
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ namespace internal
template<typename Iterator>
static UInt Dist(Iterator begin, Iterator end)
{
MOMO_STATIC_ASSERT(IsForwardIterator17<Iterator>::value);
//MOMO_STATIC_ASSERT(IsForwardIterator17<Iterator>::value);
return static_cast<UInt>(std::distance(begin, end));
}

Expand Down

0 comments on commit 0c7916b

Please sign in to comment.