mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 04:47:24 +02:00
Merge pull request #85 from eldiener/develop
[skip ci] Add "cxxstd" json field
This commit is contained in:
@ -15,7 +15,8 @@
|
|||||||
"description": "A collection of simple core utilities with minimal dependencies.",
|
"description": "A collection of simple core utilities with minimal dependencies.",
|
||||||
"category": [
|
"category": [
|
||||||
"Miscellaneous"
|
"Miscellaneous"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/enable_if",
|
"key": "utility/enable_if",
|
||||||
@ -33,7 +34,8 @@
|
|||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Jaakko Jarvi <jarvi -at- cs.tamu.edu>",
|
"Jaakko Jarvi <jarvi -at- cs.tamu.edu>",
|
||||||
"Jeremiah Willcock <jewillco -at- osl.iu.edu>"
|
"Jeremiah Willcock <jewillco -at- osl.iu.edu>"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/swap",
|
"key": "utility/swap",
|
||||||
@ -49,7 +51,8 @@
|
|||||||
],
|
],
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
|
"Joseph Gauterin <joseph.gauterin -at- googlemail.com>"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "bind/ref",
|
"key": "bind/ref",
|
||||||
@ -67,6 +70,7 @@
|
|||||||
],
|
],
|
||||||
"category": [
|
"category": [
|
||||||
"Function-objects"
|
"Function-objects"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user