| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…hanOrEqual, and GreaterThanOrEqual Signed-off-by: FrozenlemonTee <1115306170@qq.com>
Signed-off-by: FrozenlemonTee <1115306170@qq.com>
There was a problem hiding this comment.
Adds first-class support for ordered comparison operations (<, >, <=, >=) for primitive<> values by wiring new comparison operation tags through the operations dispatcher/value invoker pipeline, plus unit tests to validate behavior.
Changes:
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/operations/impl.cppm | Adds new comparison operation tags and enables them via traits<> specializations. |
| src/operations/invoker.cppm | Implements runtime value-layer comparison helpers and binds them for checked/unchecked/saturating policies. |
| src/operations/operators.cppm | Exposes new operations::* functions and adds <, >, <=, >= operator overloads that dispatch via the framework. |
| tests/basic/operations/operators/test_framework_and_compound.cpp | Adds test coverage for ordered comparisons on integer primitives and mixed primitive/underlying operands. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.