eclared detail::normalize alongside detail::diff for testability.

This commit is contained in:
Rtur2003 2025-12-07 19:46:58 +03:00
parent 09cedd2477
commit c9389b27ee

View file

@ -28,5 +28,6 @@ namespace Time {
// Exposed for tests to verify borrow handling in timespec math. @Rtur2003
sec_nsec diff(const sec_nsec& newer, const sec_nsec& older);
sec_nsec normalize(const sec_nsec& raw);
}
};