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/WatchFaceInfineat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/displayapp/screens/WatchFaceInfineat.h') diff --git a/src/displayapp/screens/WatchFaceInfineat.h b/src/displayapp/screens/WatchFaceInfineat.h index 32c08f18..55c43f98 100644 --- a/src/displayapp/screens/WatchFaceInfineat.h +++ b/src/displayapp/screens/WatchFaceInfineat.h @@ -55,8 +55,7 @@ namespace Pinetime { Utility::DirtyValue> currentDateTime {}; Utility::DirtyValue stepCount {}; Utility::DirtyValue notificationState {}; - using days = std::chrono::duration>; // TODO: days is standard in c++20 - Utility::DirtyValue> currentDate; + Utility::DirtyValue> currentDate; // Lines making up the side cover lv_obj_t* lineBattery; -- cgit v1.2.3-70-g09d2