[libc++] Fix std::forward for r-value references
The explicit cast is necessary even though the value for `t` is passed in as an r-value, because it becomes an l-value as soon as it is assigned to the variable.
Please register or sign in to comment