2
0
mirror of https://github.com/boostorg/convert.git synced 2026-01-19 04:02:18 +00:00

Move cxxstd json field to end.

This commit is contained in:
Edward Diener
2020-12-15 21:55:05 -05:00
parent bae1d567a1
commit 04d7ff87b6

View File

@@ -4,9 +4,9 @@
"authors": [ "Vladimir Batov" ],
"maintainers": [ "Vladimir Batov <vbmail247 -at- gmail.com>" ],
"description": "An extendible and configurable type-conversion framework.",
"cxxstd": "11",
"category": [
"Miscellaneous",
"String"
]
],
"cxxstd": "11"
}