Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jan 31, 2024
1 parent 1f2a4fb commit 1125f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttg/ttg/parsec/ptr.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace ttg_parsec {

void register_self() {
/* insert ourselves from the list of ptr */
std::lock_guard {m_ptr_map_mtx};
std::lock_guard _{m_ptr_map_mtx};
m_ptr_map.insert(std::pair{this, true});
}

Expand Down

0 comments on commit 1125f96

Please sign in to comment.