Skip to content

Fix std::lock_guard life-time issue

François Grisez requested to merge hotfix/lock_guard_scope into release/2.2

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.

!820 (merged)

Edited by François Grisez

Merge request reports