[Bug libstdc++/60521] New: std::lock_guard ignores adopt_lock strategy
: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: turchanov at farpost dot com lock_guard created with constructor lock_guard::lock_guard(mutex_type& m, adopt_lock_t tag) must adopt already locked mutex. But current implementation ignores completely this fact and trie
[Bug libstdc++/60521] std::lock_guard ignores adopt_lock strategy
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60521 Sergei Turchanov changed: What|Removed |Added Version|4.8.3 |4.4.7 --- Comment #2 from Sergei Turch