Merge pull request #84 from eldiener/develop

[skip ci] Add "cxxstd" json field
This commit is contained in:
Marshall Clow
2021-01-18 18:26:35 -08:00
committed by GitHub

View File

@ -11,7 +11,8 @@
], ],
"maintainers": [ "maintainers": [
"Marshall Clow <marshall -at- idio.com>" "Marshall Clow <marshall -at- idio.com>"
] ],
"cxxstd": "03"
}, },
{ {
"key": "algorithm/minmax", "key": "algorithm/minmax",
@ -26,7 +27,8 @@
], ],
"maintainers": [ "maintainers": [
"Marshall Clow <marshall -at- idio.com>" "Marshall Clow <marshall -at- idio.com>"
] ],
"cxxstd": "03"
}, },
{ {
"key": "algorithm/string", "key": "algorithm/string",
@ -42,6 +44,7 @@
], ],
"maintainers": [ "maintainers": [
"Marshall Clow <marshall -at- idio.com>" "Marshall Clow <marshall -at- idio.com>"
] ],
"cxxstd": "03"
} }
] ]