Skip to content

Commit 99fa5b3

Browse files
committed
Use c++17 for the json stub compilation
1 parent 8c10213 commit 99fa5b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Improve copying of comments from .proto files into ocaml code using
99
omd to parse markdown
1010
- Fix problem with deserializing large singed integers (#45)
11-
- Compile json test stub with C++14 mode
11+
- Compile json test stub with C++17 mode
1212
- Fix unrolled annotation
1313

1414
## 6.1.0: 2024-04-25

test/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
(foreign_stubs
3636
(language cxx)
3737
(names protobuf2json)
38-
;; set std=c++14 after standard and before derived c flags
39-
(flags (:standard "-std=c++14" (:include c_flags.sexp)) ))
38+
;; set std=c++17 after standard and before derived c flags
39+
(flags (:standard "-std=c++17" (:include c_flags.sexp)) ))
4040
(c_library_flags (:standard (:include c_library_flags.sexp)))
4141
)
4242

0 commit comments

Comments
 (0)