Add --gen-absl-hash option to generate AbslHashValue for structs. (#8868)

This commit is contained in:
Derek Bailey 2025-12-19 11:49:50 -08:00 committed by GitHub
parent fb55e0c9de
commit 8cb53ccc95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 186 additions and 3 deletions

View file

@ -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 + [