From 7dbb8f54c6bb645ea72c6350dde87e29ad1d14b0 Mon Sep 17 00:00:00 2001 From: FintasticMan Date: Mon, 12 Feb 2024 13:01:22 +0100 Subject: chrono: Resolve TODOs related to C++20 chrono feats --- src/displayapp/screens/WatchFaceAnalog.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/displayapp/screens/WatchFaceAnalog.h') diff --git a/src/displayapp/screens/WatchFaceAnalog.h b/src/displayapp/screens/WatchFaceAnalog.h index 89ad4e13..2eee657e 100644 --- a/src/displayapp/screens/WatchFaceAnalog.h +++ b/src/displayapp/screens/WatchFaceAnalog.h @@ -43,8 +43,7 @@ namespace Pinetime { Utility::DirtyValue bleState {}; Utility::DirtyValue> currentDateTime; Utility::DirtyValue notificationState {false}; - using days = std::chrono::duration>; // TODO: days is standard in c++20 - Utility::DirtyValue> currentDate; + Utility::DirtyValue> currentDate; lv_obj_t* minor_scales; lv_obj_t* major_scales; -- cgit v1.2.3-70-g09d2