You might be able to just do `static if(__traits(compiles, new YourClass()))` and if it returns true then figure it does.

That gives me a false positive if a defined constructor has default value for all its arguments.

Reply via email to