Fix infinite recursion; fixes #677#678
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors variant schema generation and field checking by replacing recursive template metaprogramming with fold expressions and variable templates, such as all_fields_v. It also modernizes namespace declarations and adds a new test case for JSON schema generation with tagged variants. The review feedback suggests improving all_fields_v to support empty template parameter packs and removing an unused parameter in FieldVariantParser::to_schema.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
No description provided.