mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-29 16:40:39 +08:00
cleanup comments
This commit is contained in:
Vendored
+2
-2
@@ -5156,9 +5156,9 @@ public:
|
|||||||
using UniqueLocks = typename Base::WriteLocks;
|
using UniqueLocks = typename Base::WriteLocks;
|
||||||
using UpgradeToUnique = typename Base::DoNothing; // we already have unique ownership
|
using UpgradeToUnique = typename Base::DoNothing; // we already have unique ownership
|
||||||
};
|
};
|
||||||
#endif
|
#endif // PHMAP_HAVE_SHARED_MUTEX
|
||||||
|
|
||||||
#endif // PHMAP_HAS_BOOST_THREAD_MUTEXES
|
#endif // BOOST_THREAD_SHARED_MUTEX_HPP
|
||||||
|
|
||||||
|
|
||||||
} // phmap
|
} // phmap
|
||||||
|
|||||||
Reference in New Issue
Block a user