Forwarding constructor arguments to super

2010-06-12 Thread pillsy
ers. Thank you, Pillsy

Re: Finding and invoking struct destructors in D2

2010-05-27 Thread Pillsy
is, I think a hasDestructor template would be a good thing to have in the standard library. Cheers, Pillsy

Finding and invoking struct destructors in D2

2010-05-27 Thread Pillsy
low you to make a container that plays well with structs that are designed to do (say) reference counting, but I don't see anything in the spec on the website that shows how this might be accomplished. Thanks! Pillsy

Confusing behavior involving array operations.

2010-05-14 Thread Pillsy
array operation I'm doing on vec is legitimate according to http://www.digitalmars.com/d/2.0/arrays.html and the fact that the program bombs out regardless of the outcome of the test in the conditional is particularly mystifying. Any help would be greatly appreciated. Thanks, Pillsy