[Issue 21863] FieldNameTuple returns emptry string for interfaces
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Apr 26 05:45:41 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21863
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #8011 "Fix 21863 - FieldNameTuple returns emptry
string for interfaces" was merged into master:
- 2696663127579cf4c74e53fdc9857a01d50c1752 by MoonlightSentinel:
Fix 21863 - FieldNameTuple returns emptry string for interfaces
Symbols without members should produce an empty tuple. `""` is also
not a member and hence requires additional special casing.
https://github.com/dlang/phobos/pull/8011
--
More information about the Digitalmars-d-bugs
mailing list