[Bug c++/59231] New: gcc misses [-Werror=sign-compare] when inside a template
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: a_mcgurn at yahoo dot co.uk The following code: --- //filename #include template bool equals( X x, Y y ) { return (x == y); } int main() { std::cout << "Hello Wor
[Bug c++/59232] New: gcc misses [-Werror=sign-compare] when inside a template
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: a_mcgurn at yahoo dot co.uk The following code: --- //filename #include template bool equals( X x, Y y ) { return (x == y); } int main() { std::cout << "Hello Wor