You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generator sees nullable: true and tries to represent "null" by assigning nullptr, but later doesn't check if it's null. Looks like boost is already a dep so we can use boost's optional. Creating a PR.