On Tuesday, 28 May 2019 at 14:16:44 UTC, Nick Treleaven wrote:
On Tuesday, 28 May 2019 at 09:25:51 UTC, dangbinghoo wrote:

    class NSconf
    {
        String name;
        ...
    }

Does this class have a non-default constructor?

yes, I didn't provide constructor, as Class will have a default one if not supplied.

Typo, should be NSconf.

yeah, I made a typo mistake in the forum post, but the code in github repo is really with no typo problem.

This seems to be a serious problem, I found it works when I using Ldc2 1.12 version even on ARM target.


Reply via email to