We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c10213 commit 99fa5b3Copy full SHA for 99fa5b3
2 files changed
Changelog.md
@@ -8,7 +8,7 @@
8
- Improve copying of comments from .proto files into ocaml code using
9
omd to parse markdown
10
- Fix problem with deserializing large singed integers (#45)
11
-- Compile json test stub with C++14 mode
+- Compile json test stub with C++17 mode
12
- Fix unrolled annotation
13
14
## 6.1.0: 2024-04-25
test/dune
@@ -35,8 +35,8 @@
35
(foreign_stubs
36
(language cxx)
37
(names protobuf2json)
38
- ;; set std=c++14 after standard and before derived c flags
39
- (flags (:standard "-std=c++14" (:include c_flags.sexp)) ))
+ ;; set std=c++17 after standard and before derived c flags
+ (flags (:standard "-std=c++17" (:include c_flags.sexp)) ))
40
(c_library_flags (:standard (:include c_library_flags.sexp)))
41
)
42
0 commit comments