From 08b505382927bec6267c5d5282874adde73a42ef Mon Sep 17 00:00:00 2001 From: VaclavT Date: Fri, 26 Feb 2021 09:50:31 +0100 Subject: [PATCH] let it compile under XCode --- ml_date.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ml_date.cpp b/ml_date.cpp index 71c906f..08d1e15 100644 --- a/ml_date.cpp +++ b/ml_date.cpp @@ -20,6 +20,7 @@ std::string date_to_string(const int datetime, const std::string format) { return result; } // TODO exception here + return "invalid argument"; } int string_to_date(const std::string &datestr, const std::string &format) {