Searched refs:greater_than_0 (Results 1 – 3 of 3) sorted by relevance
39 …const bool greater_than_0 = std::integral_constant<bool, (N > 0)>::value; // avoid compiler warnin… in test_index_const() local40 if (greater_than_0) in test_index_const()
44 …const bool greater_than_0 = std::integral_constant<bool, (N > 0)>::value; // avoid compiler warnin… in test_equality() local45 if (greater_than_0) in test_equality()