Searched refs:is_normal (Results 1 – 1 of 1) sorted by relevance
523 constexpr auto is_normal = std::is_same<It, typename map_type::iterator>::value; in test_iterators() local525 static_assert(is_normal || is_const, ""); in test_iterators()526 constexpr const char *it_name = is_normal ? "Non-const" : "Const"; in test_iterators()