Dictionary bug when constructed with capacity param

Issue #342 resolved
Jacek Laskowski created an issue

This code generates AV:

var
  Dct : IDictionary<Integer,Integer>;
begin
  Dct := TCollections.CreateDictionary<Integer, Integer>(10);  raise AV, THashTable is not initialized

Comments (1)

  1. Log in to comment