From a3d17fdc6c1aea6dea288f0819bebecd3afc917b Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 8 Aug 2024 17:53:01 +1200 Subject: [PATCH] fix error with LDC 1.30.0: cannot create a `string[string]` with `new` --- initial.d | 1 - 1 file changed, 1 deletion(-) diff --git a/initial.d b/initial.d index 8c2611d..1843cec 100644 --- a/initial.d +++ b/initial.d @@ -217,7 +217,6 @@ struct INISection this(string name) nothrow { this.name = name; - keys = new string[string]; } /++