Skip to content

isValidGraph(): make idxtype a template type

Stephan Hilb requested to merge stephan.hilb/dune-istl:fixes into master

This fixes the clang compiler warnings about tautological compare when idxtype is unsigned. For clang behaviour see 1.

Merge request reports