Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Security 2019-01-28
Description
IDL generates operator== and other relational operators. BSONObj does not support operator== so IDL needs to generate relational operators with std::tie().
Also, std::tie() may cause GCC to hit the max template instantiation recursive depth of 256 when comparing large complicated structures.
Attachments
Issue Links
- is depended on by
-
SERVER-38873 Set up the create_indexes.idl in the createIndexes command for parsing
-
- Backlog
-