[Issue 4476] __traits for more kinds of names
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Jul 16 19:31:56 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4476
Heywood Floyd <soul8o8 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |soul8o8 at gmail.com
--- Comment #1 from Heywood Floyd <soul8o8 at gmail.com> 2010-07-16 19:31:51 PDT ---
Just another workaround/hack:
module modulename;
class C{}
void main(){
Object obj = Object.factory(.stringof[7..$] ~".C");
}
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list