Skip to content

Commit

Permalink
Fixed all warnings on clang 16.0.6 and C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
FeatherAntennae committed Sep 27, 2023
1 parent b0d12dd commit fbb97ad
Show file tree
Hide file tree
Showing 3 changed files with 243 additions and 217 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ project(Discregrid)
# Visual studio solution directories.
set_property(GLOBAL PROPERTY USE_FOLDERS on)

# Require C++11 compiler
set(CMAKE_CXX_STANDARD 11)
# Require C++20 compiler
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down
Loading

0 comments on commit fbb97ad

Please sign in to comment.