From: Luca Heltai Date: Thu, 4 Jul 2019 13:17:51 +0000 (+0200) Subject: Fix compilation of loop.h with some versions of clang. X-Git-Tag: v9.2.0-rc1~1412^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f06f9bd45f4863633f89335da62549f818d5be;p=dealii.git Fix compilation of loop.h with some versions of clang. --- diff --git a/include/deal.II/meshworker/loop.h b/include/deal.II/meshworker/loop.h index fcd67320ef..b26fd27fd9 100644 --- a/include/deal.II/meshworker/loop.h +++ b/include/deal.II/meshworker/loop.h @@ -341,7 +341,7 @@ namespace MeshWorker { // If iterator is active and neighbor is refined, skip // internal face. - if (internal::is_active_iterator(cell) && + if (dealii::internal::is_active_iterator(cell) && neighbor->has_children()) { Assert( @@ -476,7 +476,7 @@ namespace MeshWorker boundary_worker, face_worker, lctrl), - std::bind(&internal::assemble, + std::bind(&dealii::internal::assemble, std::placeholders::_1, &assembler), info,