Merge pull request #85 from eldiener/develop

[skip ci] Add "cxxstd" json field
This commit is contained in:
Peter Dimov
2021-01-20 00:28:10 +02:00
committed by GitHub

View File

@ -15,7 +15,8 @@
"description": "A collection of simple core utilities with minimal dependencies.", "description": "A collection of simple core utilities with minimal dependencies.",
"category": [ "category": [
"Miscellaneous" "Miscellaneous"
] ],
"cxxstd": "03"
}, },
{ {
"key": "utility/enable_if", "key": "utility/enable_if",
@ -33,7 +34,8 @@
"maintainers": [ "maintainers": [
"Jaakko Jarvi <jarvi -at- cs.tamu.edu>", "Jaakko Jarvi <jarvi -at- cs.tamu.edu>",
"Jeremiah Willcock <jewillco -at- osl.iu.edu>" "Jeremiah Willcock <jewillco -at- osl.iu.edu>"
] ],
"cxxstd": "03"
}, },
{ {
"key": "utility/swap", "key": "utility/swap",
@ -49,7 +51,8 @@
], ],
"maintainers": [ "maintainers": [
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>" "Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
] ],
"cxxstd": "03"
}, },
{ {
"key": "bind/ref", "key": "bind/ref",
@ -67,6 +70,7 @@
], ],
"category": [ "category": [
"Function-objects" "Function-objects"
] ],
"cxxstd": "03"
} }
] ]