Skip to content

Commit

Permalink
Remove TODO for signed/unsigned mixed math
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Jul 17, 2022
1 parent 25c5ff3 commit e4be24b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion num/u32.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ struct u32 {
// TODO: checked_next_multiple_of().
// TODO: from_str_radix(). Need Result type and Errors.
// TODO: next_power_of_two().
// TODO: checked_add_signed() and friends?

/// The inner primitive value, in case it needs to be unwrapped from the
/// type. Avoid using this member except to convert when a consumer
Expand Down

0 comments on commit e4be24b

Please sign in to comment.