Skip to content
Snippets Groups Projects
Commit 67a52f9d authored by Stefan Gränitz's avatar Stefan Gränitz Committed by Virgile Prevosto
Browse files

[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.
parent 72526845
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment