mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
[skip ci] Merge pull request #71 from eldiener/develop
[skip ci] Add "cxxstd" json field
This commit is contained in:
commit
7aafdf92a0
@ -13,7 +13,8 @@
|
|||||||
"Memory",
|
"Memory",
|
||||||
"Miscellaneous",
|
"Miscellaneous",
|
||||||
"Patterns"
|
"Patterns"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/call_traits",
|
"key": "utility/call_traits",
|
||||||
@ -25,7 +26,8 @@
|
|||||||
"documentation": "call_traits.htm",
|
"documentation": "call_traits.htm",
|
||||||
"category": [
|
"category": [
|
||||||
"Generic"
|
"Generic"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/compressed_pair",
|
"key": "utility/compressed_pair",
|
||||||
@ -38,7 +40,8 @@
|
|||||||
"category": [
|
"category": [
|
||||||
"Data",
|
"Data",
|
||||||
"Patterns"
|
"Patterns"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/identity_type",
|
"key": "utility/identity_type",
|
||||||
@ -53,7 +56,8 @@
|
|||||||
],
|
],
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
|
"Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/in_place_factories",
|
"key": "utility/in_place_factories",
|
||||||
@ -65,7 +69,8 @@
|
|||||||
"documentation": "in_place_factories.html",
|
"documentation": "in_place_factories.html",
|
||||||
"category": [
|
"category": [
|
||||||
"Generic"
|
"Generic"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/operators",
|
"key": "utility/operators",
|
||||||
@ -83,7 +88,8 @@
|
|||||||
],
|
],
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Daniel Frey <d.frey -at- gmx.de>"
|
"Daniel Frey <d.frey -at- gmx.de>"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/result_of",
|
"key": "utility/result_of",
|
||||||
@ -96,7 +102,8 @@
|
|||||||
"authors": "",
|
"authors": "",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Daniel Walker <daniel.j.walker -at- gmail.com>"
|
"Daniel Walker <daniel.j.walker -at- gmail.com>"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/string_ref",
|
"key": "utility/string_ref",
|
||||||
@ -109,7 +116,8 @@
|
|||||||
"authors": "Marshall Clow",
|
"authors": "Marshall Clow",
|
||||||
"maintainers": [
|
"maintainers": [
|
||||||
"Marshall Clow <marshall -at- idio.com>"
|
"Marshall Clow <marshall -at- idio.com>"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "utility/value_initialized",
|
"key": "utility/value_initialized",
|
||||||
@ -121,6 +129,7 @@
|
|||||||
"documentation": "value_init.htm",
|
"documentation": "value_init.htm",
|
||||||
"category": [
|
"category": [
|
||||||
"Miscellaneous"
|
"Miscellaneous"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user