Removes const from some variables that are returned from functions, as this allows the move assignment/constructors to execute for them.
Removes const from some variables that are returned from functions, as this allows the move assignment/constructors to execute for them.