Update meta/libraries.json

This commit is contained in:
Peter Dimov
2024-01-04 14:05:59 +02:00
parent fcaa213721
commit 3de992d5c0

View File

@ -15,7 +15,7 @@
"maintainers": [ "maintainers": [
"Peter Dimov <pdimov -at- gmail.com>" "Peter Dimov <pdimov -at- gmail.com>"
], ],
"cxxstd": "03" "cxxstd": "11"
}, },
{ {
"key": "bind/mem_fn", "key": "bind/mem_fn",
@ -31,6 +31,6 @@
"category": [ "category": [
"Function-objects" "Function-objects"
], ],
"cxxstd": "03" "cxxstd": "11"
} }
] ]