https://issues.dlang.org/show_bug.cgi?id=20756
Nathan S. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Hardware|x86_64 |All OS|Linux |All Severity|minor |enhancement --- Comment #2 from Nathan S. <[email protected]> --- Changed from 'bug' to 'enhancement' since the behavior of ImplicitConversionTargets is correct for its documentation: ``` If the type is not a built-in value type or a class derived from `Object`, the an empty $(REF AliasSeq,std,meta) is returned. ``` --
