Skip to content

Commit

Permalink
Merge pull request #16459 from bangerth/cxx23
Browse files Browse the repository at this point in the history
Export C++23 status to config.h.
  • Loading branch information
tjhei committed Jan 12, 2024
2 parents 9415645 + ff9d86c commit 8245d5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmake/checks/check_01_cxx_features.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#
# DEAL_II_HAVE_CXX17
# DEAL_II_HAVE_CXX20
# DEAL_II_HAVE_CXX23
#
# DEAL_II_HAVE_FP_EXCEPTIONS
# DEAL_II_HAVE_COMPLEX_OPERATOR_OVERLOADS
Expand Down
1 change: 1 addition & 0 deletions include/deal.II/base/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
#cmakedefine DEAL_II_HAVE_CXX14
#cmakedefine DEAL_II_HAVE_CXX17
#cmakedefine DEAL_II_HAVE_CXX20
#cmakedefine DEAL_II_HAVE_CXX23

/**
* If we have C++20 available, we can have concepts and requires
Expand Down

0 comments on commit 8245d5e

Please sign in to comment.