[Issue 2484] Templated classes have no moduleinfo
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Jul 2 09:32:23 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=2484
Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dlang-bugzilla at thecybershad
| |ow.net
Hardware|x86 |All
Resolution|--- |WONTFIX
OS|Windows |All
--- Comment #9 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
I believe we are moving away from Object.factory, so I doubt anything major
will change here.
Today, D's introspection capabilities allow building reflection information at
compile-time and using it at run-time, thus allowing users to build their own
Object.factory equivalents with the capabilities they need.
--
More information about the Digitalmars-d-bugs
mailing list