diff --git a/meta/libraries.json b/meta/libraries.json index d019f6e..22473a4 100644 --- a/meta/libraries.json +++ b/meta/libraries.json @@ -10,8 +10,9 @@ "Daniel James " ], "description": "A TR1 hash function object that can be extended to hash user defined types.", - "std-proposal": false, - "std-tr1": true, + "std": [ + "tr1" + ], "category": [ "Function-objects" ]