diff --git a/include/momo/Utility.h b/include/momo/Utility.h index 1a271b33..0ed7df9c 100644 --- a/include/momo/Utility.h +++ b/include/momo/Utility.h @@ -303,7 +303,7 @@ namespace internal template static UInt Dist(Iterator begin, Iterator end) { - MOMO_STATIC_ASSERT(IsForwardIterator17::value); + //MOMO_STATIC_ASSERT(IsForwardIterator17::value); return static_cast(std::distance(begin, end)); }