mirror of
https://github.com/boostorg/functional.git
synced 2025-07-30 04:27:18 +02:00
Add "cxxstd" json field
This commit is contained in:
@ -9,7 +9,8 @@
|
|||||||
"description": "The Boost.Function library contains a family of class templates that are function object wrappers.",
|
"description": "The Boost.Function library contains a family of class templates that are function object wrappers.",
|
||||||
"category": [
|
"category": [
|
||||||
"Function-objects"
|
"Function-objects"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "functional/factory",
|
"key": "functional/factory",
|
||||||
@ -27,7 +28,8 @@
|
|||||||
"documentation": "factory/",
|
"documentation": "factory/",
|
||||||
"category": [
|
"category": [
|
||||||
"Function-objects"
|
"Function-objects"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "functional/forward",
|
"key": "functional/forward",
|
||||||
@ -43,7 +45,8 @@
|
|||||||
"documentation": "forward/",
|
"documentation": "forward/",
|
||||||
"category": [
|
"category": [
|
||||||
"Function-objects"
|
"Function-objects"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "functional/overloaded_function",
|
"key": "functional/overloaded_function",
|
||||||
@ -59,6 +62,7 @@
|
|||||||
"documentation": "overloaded_function/",
|
"documentation": "overloaded_function/",
|
||||||
"category": [
|
"category": [
|
||||||
"Function-objects"
|
"Function-objects"
|
||||||
]
|
],
|
||||||
|
"cxxstd": "03"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user