-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support type names and values with commas
This commit fixes the codegen tool so that the macro-based generated code generates code compatible with types and expressions containing commas, such as the type 'map<int, string>'. Now all metadata arguments are enclosed by parens to make sure the values are expanded to the right enclosing macro call.
- Loading branch information
1 parent
91ae3b9
commit 42d78a5
Showing
5 changed files
with
321 additions
and
283 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.