We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bbf5d commit 24ea407Copy full SHA for 24ea407
libmamba/include/mamba/util/synchronized_value.hpp
@@ -442,8 +442,8 @@ namespace mamba::util
442
*/
443
auto operator==(const std::equality_comparable_with<T> auto& other_value) const -> bool;
444
445
- /** Locks both (shared if possible) and compare equality of the stored object's value with the
446
- provided value.
+ /** Locks both (shared if possible) and compare equality of the stored object's value with
+ the provided value.
447
448
template <std::equality_comparable_with<T> U, Mutex OtherMutex>
449
auto operator==(const synchronized_value<U, OtherMutex>& other_value) const -> bool;
0 commit comments