'type' : a function-style conversion to a built-in type can only take one argument
Function-style type casts of built-in types take a single argument.
Example
void g(float f, double d) { int j=int(f, d); //error }