From fef60938e58aa38048830aaefed9cc20f8a988b9 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 12 Oct 2023 14:51:15 +0300 Subject: [PATCH] Update meta/libraries.json --- meta/libraries.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/libraries.json b/meta/libraries.json index cb85bcb..0690ce6 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -7,7 +7,7 @@ "Daniel James" ], "maintainers": [ - "Daniel James " + "Peter Dimov " ], "description": "An STL-compatible hash function object that can be extended to hash user defined types.", "std": [ @@ -16,6 +16,6 @@ "category": [ "Function-objects" ], - "cxxstd": "03" + "cxxstd": "11" } ]