]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a preprocessor #define. 18147/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 19 Feb 2025 01:37:01 +0000 (18:37 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 19 Feb 2025 01:40:41 +0000 (18:40 -0700)
include/deal.II/base/config.h.in

index b94bb1f2c5d44b5e41098d13c0a717385f03ac1d..c2b65e1a30f3e99cdfd0762b8f66f7177219460e 100644 (file)
  * available.
  */
 #ifdef DEAL_II_HAVE_CXX23
-#  define define DEAL_II_ASSUME(expr) [[assume(expr)]]
+#  define DEAL_II_CXX23_ASSUME(expr) [[assume(expr)]]
 #else
 #  if defined(__clang__)
 #    define DEAL_II_CXX23_ASSUME(expr) __builtin_assume(static_cast<bool>(expr))

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.