Update meta/libraries.json

This commit is contained in:
Peter Dimov
2023-10-12 14:51:15 +03:00
parent f04d866fa7
commit fef60938e5

View File

@@ -7,7 +7,7 @@
"Daniel James" "Daniel James"
], ],
"maintainers": [ "maintainers": [
"Daniel James <dnljms -at- gmail.com>" "Peter Dimov <pdimov -at- gmail.com>"
], ],
"description": "An STL-compatible hash function object that can be extended to hash user defined types.", "description": "An STL-compatible hash function object that can be extended to hash user defined types.",
"std": [ "std": [
@@ -16,6 +16,6 @@
"category": [ "category": [
"Function-objects" "Function-objects"
], ],
"cxxstd": "03" "cxxstd": "11"
} }
] ]