Skip to content

Commit abea9d0

Browse files
authored
bump to cpp17 (#159)
* bump to cpp17 * bump submodules duckdb and extension-ci-tools
1 parent 8624e91 commit abea9d0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/MainDistributionPipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ jobs:
4141
ci_tools_version: main
4242
extension_name: azure
4343
# TODO: format_checks += ;tidy
44-
format_checks: format
44+
format_checks: format
4545
extra_toolchains: 'python3'
46-

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ duckdb_unittest_tempdir/
77
testext
88
test/python/__pycache__/
99
.Rhistory
10+
.cache
1011

1112
# Azurite
1213
__blobstorage__/

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(EXTENSION_NAME ${TARGET_NAME}_extension)
77
project(${TARGET_NAME})
88
include_directories(src/include)
99

10-
set(CMAKE_CXX_STANDARD 14)
10+
set(CMAKE_CXX_STANDARD 17)
1111
set(CMAKE_CXX_STANDARD_REQUIRED True)
1212

1313
set(EXTENSION_SOURCES

0 commit comments

Comments
 (0)