Merge pull request #19 from eldiener/develop

[skip ci] Add "cxxstd" json field
This commit is contained in:
Peter Dimov
2021-01-21 23:51:17 +02:00
committed by GitHub

View File

@ -12,5 +12,6 @@
"description": "A common infrastructure for throwing exceptions from Boost libraries.", "description": "A common infrastructure for throwing exceptions from Boost libraries.",
"category": [ "category": [
"Miscellaneous" "Miscellaneous"
] ],
"cxxstd": "03"
} }