Skip to content

Commit 8a4aa09

Browse files
committed
Update C++ standard of the project.
修改: CMakeLists.txt 修改: ChangeLog
1 parent eebde58 commit 8a4aa09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ project(cppp-reiconv VERSION 2.1.0)
2222
option(ENABLE_EXTRA "Enable extra encodings and features." OFF)
2323

2424
# Set C++ standard
25-
set(CMAKE_CXX_STANDARD 11)
25+
set(CMAKE_CXX_STANDARD 17)
2626

2727
# ----------------------------------------------------------------------------------
2828
# Import build-aux subdirectory.

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-10-03 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
2+
3+
Update C++ standard of the project.
4+
15
2023-09-09 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
26

37
Version 2.1.0 compile failed (release failed).

0 commit comments

Comments
 (0)