From f91132fe0b9265eae520ab455f3411871d35ac09 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Wed, 5 Feb 2025 15:59:40 +0100 Subject: [PATCH] Update CPP test --- tutorials/cpp/datetime.cpp | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/tutorials/cpp/datetime.cpp b/tutorials/cpp/datetime.cpp index a750dc5c9da..81554096074 100644 --- a/tutorials/cpp/datetime.cpp +++ b/tutorials/cpp/datetime.cpp @@ -12,7 +12,6 @@ #include #include #include -#include #include #include @@ -31,7 +30,7 @@ int main() { std::unique_ptr date = IsoDate::create(2022, 07, 11).ok().value(); std::unique_ptr