From e34c2429c8d6b702570eff846d639df12fc94d0d Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Wed, 17 May 2023 03:32:38 +0300 Subject: [PATCH] q20chrono: remove a redundant comment Change-Id: I6717f508c6b44878e5f9b0d8663f85d2a847fa5e Reviewed-by: Ivan Solovev --- src/corelib/global/q20chrono.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/q20chrono.h b/src/corelib/global/q20chrono.h index b296b4e966a..19c2eabe3d1 100644 --- a/src/corelib/global/q20chrono.h +++ b/src/corelib/global/q20chrono.h @@ -48,7 +48,7 @@ static_assert(std::is_same_v); static_assert(std::is_same_v); static_assert(std::is_same_v); static_assert(std::is_same_v); -#else // __cpp_lib_chrono >= 201907L +#else using days = std::chrono::duration>; using weeks = std::chrono::duration, days::period>>; using years = std::chrono::duration, days::period>>;