From a3eecf003dc9f2ae51a127575462e1b177a80565 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 7 Jul 2017 21:55:50 -0400 Subject: [PATCH] Updated Examples and Recipes (markdown) --- Examples-and-Recipes.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Examples-and-Recipes.md b/Examples-and-Recipes.md index fd4ac4d..b1e70df 100644 --- a/Examples-and-Recipes.md +++ b/Examples-and-Recipes.md @@ -472,8 +472,6 @@ Outputs: 2019-07-250 invalid date 2020-03-06 -The specifications for these functions do not yet guarantee this "normalization behavior." But the implementation has been thoroughly tested for this behavior and the specification will be updated soon. - ### When is it ok to be `!ok()`? (by [Howard Hinnant](https://github.com/HowardHinnant))