We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebde58 commit 8a4aa09Copy full SHA for 8a4aa09
CMakeLists.txt
@@ -22,7 +22,7 @@ project(cppp-reiconv VERSION 2.1.0)
22
option(ENABLE_EXTRA "Enable extra encodings and features." OFF)
23
24
# Set C++ standard
25
-set(CMAKE_CXX_STANDARD 11)
+set(CMAKE_CXX_STANDARD 17)
26
27
# ----------------------------------------------------------------------------------
28
# Import build-aux subdirectory.
ChangeLog
@@ -1,3 +1,7 @@
1
+2023-10-03 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
2
+
3
+ Update C++ standard of the project.
4
5
2023-09-09 ChenPi11 <wushengwuxi-msctinoulk@outlook.com>
6
7
Version 2.1.0 compile failed (release failed).
0 commit comments