An error occurred while fetching folder content.
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.
Name | Last commit | Last update |
---|---|---|
.. |