Add "cxxstd" json field

This commit is contained in:
Edward Diener
2021-01-19 17:47:59 -05:00
committed by GitHub
parent a5cce1304a
commit 0ff1f6b6b2

View File

@ -9,7 +9,8 @@
"description": "The Boost.Function library contains a family of class templates that are function object wrappers.",
"category": [
"Function-objects"
]
],
"cxxstd": "03"
},
{
"key": "functional/factory",
@ -27,7 +28,8 @@
"documentation": "factory/",
"category": [
"Function-objects"
]
],
"cxxstd": "03"
},
{
"key": "functional/forward",
@ -43,7 +45,8 @@
"documentation": "forward/",
"category": [
"Function-objects"
]
],
"cxxstd": "03"
},
{
"key": "functional/overloaded_function",
@ -59,6 +62,7 @@
"documentation": "overloaded_function/",
"category": [
"Function-objects"
]
],
"cxxstd": "03"
}
]