Warning: interface change! Require versions >= 0

This commit is contained in:
2024-06-26 15:46:36 -07:00
parent 5f3833e965
commit b3aeed0caa
2 changed files with 4 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ limitations under the License.
#ifdef __cplusplus
namespace weaselab {
/** A data structure for optimistic concurrency control on ranges of
* bitwise-lexicographically-ordered keys.
* bitwise-lexicographically-ordered keys. All versions must be >= 0.
*
* Thread safety:
* - It's safe to operate on two different ConflictSets in two different
@@ -106,7 +106,7 @@ private:
#else
/** A data structure for optimistic concurrency control on ranges of
* bitwise-lexicographically-ordered keys.
* bitwise-lexicographically-ordered keys. All versions must be >= 0.
*
* Thread safety:
* - It's safe to operate on two different ConflictSets in two different