diff -r ae7785fe8431 -r 19e82bda606a lemon/concepts/graph.h --- a/lemon/concepts/graph.h Sat Apr 12 20:38:51 2008 +0100 +++ b/lemon/concepts/graph.h Mon Apr 14 17:37:18 2008 +0100 @@ -731,12 +731,12 @@ return INVALID; } - template + template struct Constraints { void constraints() { - checkConcept, Graph>(); - checkConcept, Graph>(); - checkConcept, Graph>(); + checkConcept, _Graph>(); + checkConcept, _Graph>(); + checkConcept, _Graph>(); } };