Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
fix, checkedint ddoc, return value
Browse files Browse the repository at this point in the history
  • Loading branch information
Basile Burg committed Nov 4, 2015
1 parent 462c7d7 commit 6dbcdd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/checkedint.d
Expand Up @@ -182,7 +182,7 @@ unittest
* y = right operand
* overflow = set if an overflow occurs, is not affected otherwise
* Returns:
* the sum
* the difference
*/

pragma(inline, true)
Expand Down Expand Up @@ -253,7 +253,7 @@ unittest
* y = right operand
* overflow = set if an overflow occurs, is not affected otherwise
* Returns:
* the sum
* the difference
*/

pragma(inline, true)
Expand Down Expand Up @@ -379,7 +379,7 @@ unittest
* y = right operand
* overflow = set if an overflow occurs, is not affected otherwise
* Returns:
* the sum
* the product
*/

pragma(inline, true)
Expand Down Expand Up @@ -456,7 +456,7 @@ unittest
* y = right operand
* overflow = set if an overflow occurs, is not affected otherwise
* Returns:
* the sum
* the product
*/

pragma(inline, true)
Expand Down

0 comments on commit 6dbcdd0

Please sign in to comment.