From: Luca Heltai <luca.heltai@sissa.it>
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=refs%2Fpull%2F8343%2Fhead;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<dim, DOFINFO, ASSEMBLER>,
+      std::bind(&dealii::internal::assemble<dim, DOFINFO, ASSEMBLER>,
                 std::placeholders::_1,
                 &assembler),
       info,