https://issues.dlang.org/show_bug.cgi?id=16291
--- Comment #11 from Ketmar Dark <[email protected]> --- p.s. we probably can enumerate all std.encoding module symbols with CTFE reflection instead, but i don't think that it makes huge difference here. paying small fee at program startup looks better for me than paying this fee each time we compiling the code that imports std.encoding. while CTFE time is small in this case, i prefer it this way. but if you think that we should use compile-time reflection instead, feel free to say that, and i'll rework the patch. ;-) --
