BaldDemian opened a new pull request, #3820: URL: https://github.com/apache/fory/pull/3820
## Why? Nested collection IDL like `list<map<...>>` requires the element serializer to expose `write_type_info` and `read_type_info`. In C++, `std::map` already did this, but `std::unordered_map` did not, causing generated C++ for nested map collections to fail during template instantiation. ## What does this PR do? - Add missing type-info hooks for the C++ `std::unordered_map` serializer. - Add testcase. ## Related issues N/A. ## AI Contribution Checklist - [X] Substantial AI assistance was used in this PR: `no` ## Does this PR introduce any user-facing change? N/A. ## Benchmark N/A. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
