Skip to content

Fix std::lock_guard life-time issue

François Grisez requested to merge fix/lock_guard_scope into master

As the std::lock_guard instance had no name, it was destroyed at the end of the statement instead of the end of the method.

(cherry picked from commit d3b2b80c)

!819 (merged)

Edited by François Grisez

Merge request reports