From: Wolfgang Bangerth Date: Wed, 31 Jan 2024 04:39:42 +0000 (-0700) Subject: Qualify ExcNotImplemented with the correct namespace. X-Git-Tag: relicensing~90^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=406dffcb0ed5f378fbd42be157a9e6096be730d4;p=dealii.git Qualify ExcNotImplemented with the correct namespace. --- 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