Andrej Mitrovic <andrej.mitrov...@gmail.com> wrote:
Couldn't you reuse the version statement for that? At least for a group of attribute-related functions this might work
Static if, at least. Still, that is the road to extreme code bloat. Imagine having to write those for all combinations of pure, nothrow, const/immutable, override, protected/public/package, final, and synchronized (arguably a constructed situation, but still). -- Simen