Searched refs:Fibonacci3 (Results 1 – 1 of 1) sorted by relevance
53 struct Fibonacci3 { struct54 static const unsigned value = Fibonacci3<I-1>::value + Fibonacci3<I-2>::value; argument57 template<> struct Fibonacci3<0> { struct61 template<> struct Fibonacci3<1> { struct65 int array5_3[Fibonacci3<5>::value == 5? 1 : -1]; argument66 int array10_3[Fibonacci3<10>::value == 55? 1 : -1];