0_0_33682139_19948.cpp: In instantiation of 'constexpr T poww(T, T, T) [with T = long long int]':
0_0_33682139_19948.cpp:124:25: required from 'constexpr T inv2(T, T) [with T = long long int]'
0_0_33682139_19948.cpp:138:36: required from here
0_0_33682139_19948.cpp:120:1: error: body of constexpr function 'constexpr T poww(T, T, T) [with T = long long int]' not a return-statement
}
^
0_0_33682139_19948.cpp: In constructor 'constexpr Combinator::Combinator(int)':
0_0_33682139_19948.cpp:141:2: error: constexpr constructor does not have empty body
}
^
0_0_33682139_19948.cpp: In constructor 'constexpr PrimeTable::PrimeTable()':
0_0_33682139_19948.cpp:164:2: error: constexpr constructor does not have empty body
}
^
|