On Friday, February 01, 2013 01:47:35 Andrej Mitrovic wrote:
> Another example, wrapping `format` to inject the local file and line:
> 
> string fmt(string file = __FILE__, size_t line = __LINE__,
> Args...)(string fmtStr, Args args)

Just remember that that means that you'll get a new template instantiation 
every time you use it (unless you did multiple on the same line).

- Jonathan M Davis

Reply via email to