Skip to content
Snippets Groups Projects
Oliver Sander's avatar
Sander, Oliver authored
The code erroneously used std::tie to combine two local variables
to a single return value.  That may fail because std::tie produces
a tuple of references.  Once the method has returned these references
may or may not be valid anymore.  I am surprised that this bug
has not caused trouble much earlier.
ed1173f7
History
Name Last commit Last update
..