Added an assertion to offset_rounddown to make sure that b != 0.
Этот коммит содержится в:
родитель
5d9985751a
Коммит
338c32c400
@ -266,6 +266,7 @@ offset_doz (offset_type a, offset_type b)
|
||||
static inline offset_type
|
||||
offset_rounddown (offset_type a, offset_type b)
|
||||
{
|
||||
assert (b != 0);
|
||||
return a - a % b;
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user