diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index ee9fc0e..19debb9 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -34,7 +34,6 @@ void to_time_point(const std::tm& t, { using namespace std::chrono; using namespace date; - // Component values (as obtained from an UI form, for example) int y = t.tm_year + 1900; auto ymd = year(y)/(t.tm_mon+1)/t.tm_mday; // Yields a year_month_day type if (!ymd.ok())