-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Security 2019-01-28
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.
- is depended on by
-
SERVER-38873 Set up the create_indexes.idl in the createIndexes command for parsing
- Closed