Yeah, just make the other args normal runtime instead of template:

void show(T...)(string file = __FILE__, uint line = __LINE__, string fun = __FUNCTION__) {
  // same body
}

// same usage

Reply via email to