mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Add --gen-absl-hash option to generate AbslHashValue for structs. (#8868)
This commit is contained in:
parent
fb55e0c9de
commit
8cb53ccc95
15 changed files with 186 additions and 3 deletions
|
|
@ -69,6 +69,7 @@ CS_OPTS = ["--csharp", "--cs-gen-json-serializer"]
|
|||
CPP_OPTS = [
|
||||
"--cpp",
|
||||
"--gen-compare",
|
||||
"--gen-absl-hash",
|
||||
] + (["--cpp-std", "c++0x"] if args.cpp_0x else [])
|
||||
|
||||
CPP_17_OPTS = NO_INCL_OPTS + [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue