From 406dffcb0ed5f378fbd42be157a9e6096be730d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 30 Jan 2024 21:39:42 -0700 Subject: [PATCH] Qualify ExcNotImplemented with the correct namespace. --- include/deal.II/base/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/exceptions.h b/include/deal.II/base/exceptions.h index f3ae9fc5af..79eb9e7972 100644 --- a/include/deal.II/base/exceptions.h +++ b/include/deal.II/base/exceptions.h @@ -1788,7 +1788,7 @@ namespace deal_II_exceptions __PRETTY_FUNCTION__, \ nullptr, \ nullptr, \ - ExcNotImplemented()) + ::dealii::StandardExceptions::ExcNotImplemented()) namespace deal_II_exceptions -- 2.39.5