
10 Mar
2004
10 Mar
'04
11:15 a.m.
@@ -43,9 +43,10 @@ const abstract::neighborhood<N>& Ng, const attr_lambda_type(A) &lambda) { + typedef N toto; typedef tarjan::tarjan_set<oln_concrete_type(I), A > tarjan_set_type; - tarjan_set_type area_closing(input.exact(), attr_env_type(A)()); - return area_closing.get_comptute(lambda, Ng, true); + tarjan_set_type attr_closing(input.exact(), attr_env_type(A)()); + return attr_closing.template get_comptute<true>(lambda, Ng); }
toto ???