Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
The parameterized CTOR takes ValueType before KeyType, which is inconsistent with the generated code (and strange on top of it). The correct order is KeyType before ValueType.