you are currently in the "developer" part of this forums, therefore you can mostly find stuff here which is currently being developed. Normally this released code here isnt fully working, just shows some working features, isnt working at all, some code is just snippets etc. pp. If the author of a bot hasnt released any binaries yet, it is his decision. often the current state of code doesnt yet match the quality of the last released bot, there are too many bugs, whatever. So you may thank the developers here for uploading their code, show problems with the code, help in general, but please stop this crying for binaries.
you'll surely get binaries when they are ready for public.
@cheesy: with the STL, i was always content with the provided push/pop_back/front, erase, iterator classes

I also havnt yet realized problems with unwanted calls of destructors by the compiler. the only problems I once had was when I wasnt sure myself in which ordner destructors are called, if base class destructors are also called when using virtual destructors and so forth. generally destructors are pretty powerful and saving quite a lot of coding work and/or management code