diff --git a/meta/libraries.json b/meta/libraries.json index 2ab6730..ff2f4cf 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -9,27 +9,6 @@ "description": "The Boost.Function library contains a family of class templates that are function object wrappers.", "std-proposal": false, "std-tr1": false, - "category": [ - "Function-objects" - ], - "maintainers": [ - "" - ] - }, - { - "key": "functional/hash", - "boost-version": "1.33.0", - "name": "Functional/Hash", - "authors": [ - "Daniel James" - ], - "maintainers": [ - "Daniel James " - ], - "description": "A TR1 hash function object that can be extended to hash user defined types.", - "documentation": "hash/", - "std-proposal": false, - "std-tr1": true, "category": [ "Function-objects" ] @@ -70,6 +49,24 @@ "Tobias Schwinger " ] }, + { + "key": "functional/hash", + "boost-version": "1.33.0", + "name": "Functional/Hash", + "authors": [ + "Daniel James" + ], + "maintainers": [ + "Daniel James " + ], + "description": "A TR1 hash function object that can be extended to hash user defined types.", + "documentation": "hash/", + "std-proposal": false, + "std-tr1": true, + "category": [ + "Function-objects" + ] + }, { "key": "functional/overloaded_function", "boost-version": "1.50.0",