Enumerator value evaluates to 4294967295, which cannot be narrowed to type 'int'
Answers
Answered by
0
template int f() { return 1 >> x; } template int g() { return x < 0 ? ... test.cpp:27:17: error: non-type template argument evaluates to -1, which ...
Answered by
0
Enumerator value evaluates to 429496
AkkuTheLegend:
Hii. muakansha
Similar questions