diff options
Diffstat (limited to 'src/mongo/util/concurrency/value.h')
-rw-r--r-- | src/mongo/util/concurrency/value.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/util/concurrency/value.h b/src/mongo/util/concurrency/value.h index 4be9c3d14e5..0189c4ed521 100644 --- a/src/mongo/util/concurrency/value.h +++ b/src/mongo/util/concurrency/value.h @@ -74,7 +74,8 @@ public: set(rhs.get()); } - // == is not defined. use get() == ... instead. done this way so one thinks about if composing multiple operations + // == is not defined. use get() == ... instead. done this way so one thinks about if composing + // multiple operations bool operator==(const std::string& s) const; }; } |