Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unreachable return warning in comparison trait
Update RPY_UNREACHABLE_RETURN to return false instead of void to eliminate unreachable return warning in the ComparisonTraitImpl class. This ensures compliance with modern compiler standards and improves code robustness.
- Loading branch information