]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Properly qualify a namespace name. 18440/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 7 May 2025 00:15:45 +0000 (18:15 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 8 May 2025 01:13:08 +0000 (19:13 -0600)
include/deal.II/base/exception_macros.h

index 151b899f373593ebcaa6ffa6dbd251b13c38aa66..5ea7aec2cfb7080136b82709e3a7a7e5f6fcd927 100644 (file)
  *
  * @ingroup Exceptions
  */
-#define AssertIndexRange(index, range)                                       \
-  Assert(::dealii::deal_II_exceptions::internals::compare_less_than(index,   \
-                                                                    range),  \
-         dealii::ExcIndexRangeType<::dealii::internal::argument_type_t<void( \
-           std::common_type_t<decltype(index), decltype(range)>)>>((index),  \
-                                                                   0,        \
+#define AssertIndexRange(index, range)                                         \
+  Assert(::dealii::deal_II_exceptions::internals::compare_less_than(index,     \
+                                                                    range),    \
+         ::dealii::ExcIndexRangeType<::dealii::internal::argument_type_t<void( \
+           std::common_type_t<decltype(index), decltype(range)>)>>((index),    \
+                                                                   0,          \
                                                                    (range)))
 
 /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.