1
0
forked from boostorg/bind

Merge pull request #25 from eldiener/develop

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

View File

@ -14,7 +14,8 @@
], ],
"maintainers": [ "maintainers": [
"Peter Dimov <pdimov -at- gmail.com>" "Peter Dimov <pdimov -at- gmail.com>"
] ],
"cxxstd": "03"
}, },
{ {
"key": "bind/mem_fn", "key": "bind/mem_fn",
@ -29,6 +30,7 @@
], ],
"category": [ "category": [
"Function-objects" "Function-objects"
] ],
"cxxstd": "03"
} }
] ]