[proxy](6/n) self-vendor utility headers (#721)

This commit is contained in:
Schrodinger ZHU Yifan
2025-01-09 18:25:35 +08:00
committed by GitHub
parent e874617d8e
commit 0027f02396
22 changed files with 141 additions and 28 deletions

View File

@@ -222,7 +222,7 @@ We can now provide our new version of the `with` function that uses the combinin
template<typename F>
inline void with(CombiningLock& lock, F&& f)
{
CombiningLockNodeTempl<F> node(std::forward<F>(f));
CombiningLockNodeTempl<F> node(stl::forward<F>(f));
// **************ACQUIRE**************
// Add ourselves to the end of the queue.