diff --git a/meta/libraries.json b/meta/libraries.json index 3e5f0bdc..1cd5b6ce 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -1,6 +1,5 @@ { "key": "unordered", - "boost-version": "1.36.0", "name": "Unordered", "authors": [ "Daniel James" @@ -9,8 +8,9 @@ "Daniel James " ], "description": "Unordered associative containers.", - "std-proposal": false, - "std-tr1": true, + "std": [ + "tr1" + ], "category": [ "Containers" ]