I don\'t understand why the array decays to a pointer in a template function.
If you look at the following code: When the parameter is forced to be a reference (fun
Because functions can't have arrays as arguments. They can have array references though.