From: bangerth Date: Fri, 8 Nov 2013 23:53:04 +0000 (+0000) Subject: Try to improve one issue where compilers typically can't quite resolve a function... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed6bd2fa5f09a94583243c10b8135e360bc28609;p=dealii-svn.git Try to improve one issue where compilers typically can't quite resolve a function overload. git-svn-id: https://svn.dealii.org/trunk@31598 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/graph_coloring.h b/deal.II/include/deal.II/base/graph_coloring.h index 9a2c2f099c..d83fc85139 100644 --- a/deal.II/include/deal.II/base/graph_coloring.h +++ b/deal.II/include/deal.II/base/graph_coloring.h @@ -347,7 +347,7 @@ namespace GraphColoring } } - // If there is more than one partition, do the same thing that we did for the even partitions + // If there is more than one partition, do the same thing that we did for the even partitions // to the odd partitions if (partition_size>1) { @@ -479,7 +479,7 @@ namespace GraphColoring std::vector > make_graph_coloring(const Iterator &begin, const typename identity::type &end, - const std_cxx1x::function (const Iterator &)> &get_conflict_indices) + const std_cxx1x::function (const typename identity::type &)> &get_conflict_indices) { // Create the partitioning. std::vector >