https://issues.dlang.org/show_bug.cgi?id=13544
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Martin Nowak <[email protected]> --- Well is that really a problem for hopefully rare case that an exception is thrown? If you add an overload you duplicate the function and the source code. When you templatize it instead you'll add template code bloat to every user of that function. --
