diff --git a/include/util/static_assert.hpp b/include/util/static_assert.hpp index 89cd24eb2..ea6bc3814 100644 --- a/include/util/static_assert.hpp +++ b/include/util/static_assert.hpp @@ -14,8 +14,8 @@ template inline void static_assert_iter_value() template inline void static_assert_iter_category() { - // using IterCategoryType = typename std::iterator_traits::iterator_category; - // static_assert(std::is_base_of::value, ""); + using IterCategoryType = typename std::iterator_traits::iterator_category; + static_assert(std::is_base_of::value, ""); } } // namespace osrm::util