-
- Downloads
There was a problem fetching the pipeline summary.
[bugfix] Use decltype(auto) for return value
If the return value can be a temporary or a reference one has to use decltype(auto). A pure auto would create a temporary copy of a returned reference.
Please register or sign in to comment