Merge pull request #22 from eldiener/develop

Add "cxxstd" json field. The "cxxstd" json field is being added to ea…
This commit is contained in:
Peter Dimov
2020-12-16 18:45:01 +02:00
committed by GitHub

View File

@ -10,5 +10,6 @@
"description": "A never-valueless, strong guarantee implementation of std::variant.",
"category": [
"Containers", "Data"
]
],
"cxxstd": "11"
}