On Thursday, 23 May 2013 at 14:56:14 UTC, Rory McGuire wrote:
On Thu, May 23, 2013 at 4:42 PM, Dicebot <[email protected]> wrote:something I may have actually used in real code writing a low-levelnetworking library:...default template argument would sort that out wouldn't it?
a) at the cost of unneeded template bloatb) it requires to know your argument at compile-time. What if you packet construction is based on some text configuration file?
