Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid false positives from GCC's new dangling reference warnings. (#17)
Though there was nothing wrong with the previous code - the temporary is only used throughout its lifetime and isn't even returned - this change is the easiest way to shut up GCC so that we have a chance of detecting real problems.
- Loading branch information