Searched refs:ic_zero (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/integral_constant/
H A Dcall_operator.cc25 typedef std::integral_constant<int, 0> ic_zero; typedef
32 static_assert( ic_zero{}() == 0, "0" );
H A Doperator_value_type.cc25 typedef std::integral_constant<int, 0> ic_zero; typedef
32 static_assert( ic_zero() == 0, "" );

Completed in 36 milliseconds