removed casts

This commit is contained in:
Erik Frojdh
2020-08-06 12:33:43 +02:00
parent 132043a70d
commit 78fdf5b60a
3 changed files with 39 additions and 61 deletions

View File

@ -16,5 +16,7 @@ abs(std::chrono::duration<Rep, Period> d) {
return d >= d.zero() ? d : -d;
}
static_assert(sizeof(ns) == 8, "ns needs to be 64bit");
} // namespace time
} // namespace sls