On 3/3/12, H. S. Teoh <hst...@quickfur.ath.cx> wrote: > Of course, with D's templates, CTFE, and compile-time introspection > capabilities, I can't imagine when autogeneration would actually be > required, but we're talking about hypotheticals here.
It can be if you need an OOP D binding to a C/C++ library. E.g. QtD uses an autogenerator, GtkD as well.