-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Structurally recursive types were not considered. For example, if `enum Foo` had a variant with a field of type `Vec<Bar>`, `Foo` was not considered to depend on `Bar` even though it needs to so that definitions are in the right order in the generated C++ header. Resolves #43
- Loading branch information
1 parent
1525db3
commit a2f9e95
Showing
1 changed file
with
38 additions
and
55 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