Update metadata to use array for 'std'.

This commit is contained in:
Daniel James
2014-05-31 15:16:56 +01:00
parent a20198de14
commit 718e41e8f8

View File

@@ -7,8 +7,6 @@
"Mark Rodgers" "Mark Rodgers"
], ],
"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.",
"std-proposal": false,
"std-tr1": false,
"category": [ "category": [
"Function-objects" "Function-objects"
] ]
@@ -20,15 +18,13 @@
"authors": [ "authors": [
"Tobias Schwinger" "Tobias Schwinger"
], ],
"description": "Function object templates for dynamic and static object creation",
"documentation": "factory/",
"std-proposal": false,
"std-tr1": false,
"category": [
"Function-objects"
],
"maintainers": [ "maintainers": [
"Tobias Schwinger <tschwinger -at- isonews2.com>" "Tobias Schwinger <tschwinger -at- isonews2.com>"
],
"description": "Function object templates for dynamic and static object creation",
"documentation": "factory/",
"category": [
"Function-objects"
] ]
}, },
{ {
@@ -38,15 +34,13 @@
"authors": [ "authors": [
"Tobias Schwinger" "Tobias Schwinger"
], ],
"description": "Adapters to allow generic function objects to accept arbitrary arguments",
"documentation": "forward/",
"std-proposal": false,
"std-tr1": false,
"category": [
"Function-objects"
],
"maintainers": [ "maintainers": [
"Tobias Schwinger <tschwinger -at- isonews2.com>" "Tobias Schwinger <tschwinger -at- isonews2.com>"
],
"description": "Adapters to allow generic function objects to accept arbitrary arguments",
"documentation": "forward/",
"category": [
"Function-objects"
] ]
}, },
{ {
@@ -61,8 +55,9 @@
], ],
"description": "A TR1 hash function object that can be extended to hash user defined types.", "description": "A TR1 hash function object that can be extended to hash user defined types.",
"documentation": "hash/", "documentation": "hash/",
"std-proposal": false, "std": [
"std-tr1": true, "tr1"
],
"category": [ "category": [
"Function-objects" "Function-objects"
] ]
@@ -74,15 +69,13 @@
"authors": [ "authors": [
"Lorenzo Caminiti" "Lorenzo Caminiti"
], ],
"description": "Overload different functions into a single function object.",
"documentation": "overloaded_function/",
"std-proposal": false,
"std-tr1": false,
"category": [
"Function-objects"
],
"maintainers": [ "maintainers": [
"Lorenzo Caminiti <lorcaminiti -at- gmail.com>" "Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
],
"description": "Overload different functions into a single function object.",
"documentation": "overloaded_function/",
"category": [
"Function-objects"
] ]
} }
] ]