0_0_33682020_10057.cpp: In instantiation of 'constexpr T poww(T, T, T) [with T = long long int]':
0_0_33682020_10057.cpp:124:25: required from 'constexpr T inv2(T, T) [with T = long long int]'
0_0_33682020_10057.cpp:138:36: required from here
0_0_33682020_10057.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_33682020_10057.cpp: In constructor 'constexpr Combinator::Combinator(int)':
0_0_33682020_10057.cpp:141:2: error: constexpr constructor does not have empty body
}
^
0_0_33682020_10057.cpp: In member function 'constexpr ll Combinator::Comb(int, int) const':
0_0_33682020_10057.cpp:146:2: error: body of constexpr function 'constexpr ll Combinator::Comb(int, int) const' not a return-statement
}
^
0_0_33682020_10057.cpp: In constructor 'constexpr PrimeTable::PrimeTable()':
0_0_33682020_10057.cpp:165:2: error: constexpr constructor does not have empty body
}
^
|