Hi. Is it possible to write something like that? ---- void error(Args...)(string msg, Args args, string file = __FILE__, size_t line = __LINE__) { ... } ---- ? Currently not, but how could it be done? I wont like to write: ---- error(format(msg, args)); ---- Thanks in advance. :)