File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 set (ARBY_SUBPROJECT ON )
1010endif ()
1111
12- project (arby VERSION 0.3.0 LANGUAGES CXX)
12+ project (arby VERSION 0.3.1 LANGUAGES CXX)
1313
1414find_program (CCACHE_PROGRAM ccache)
1515if (CCACHE_PROGRAM)
Original file line number Diff line number Diff line change @@ -498,7 +498,7 @@ namespace com::saxbophone::arby {
498498 /* *
499499 * @brief division and modulo all-in-one, equivalent to C/C++ div() and Python divmod()
500500 * @param lhs,rhs operands for the division/modulo operation
501- * @returns tuple of {quotient, remainder}
501+ * @returns pair of {quotient, remainder}
502502 * @throws std::domain_error when rhs is zero
503503 */
504504 static constexpr std::pair<Nat, Nat> divmod (const Nat& lhs, const Nat& rhs) {
You can’t perform that action at this time.
0 commit comments