build(cmake): switch to C++20 (#1821)

This commit is contained in:
Oleg Shparber
2026-04-12 13:11:03 +03:00
committed by GitHub
parent f340b5687f
commit 29becc8584
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
Language: Cpp
Standard: c++17
Standard: c++20
# Indentation
IndentWidth: 4
+1 -1
View File
@@ -1,4 +1,4 @@
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# Find includes in corresponding build directories.