http://d.puremagic.com/issues/show_bug.cgi?id=10097
--- Comment #1 from Kenji Hara <[email protected]> 2013-05-16 09:48:12 PDT --- However, __postblit and __dtor are already used in Phobos - hasElaborateCopyCoonstructor and hasElaborateDestructor. So, we should support additional __traits to replace the existing usage: __traits(hasCtor, AggrType); __traits(hasDtor, AggrType); __traits(hasPostblit, AggrType); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
