Update metadata to use array for 'std'.

This commit is contained in:
Daniel James
2014-05-31 15:16:56 +01:00
parent d888097468
commit 8266a55b26

View File

@@ -10,8 +10,9 @@
"Daniel James <dnljms -at- gmail.com>"
],
"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"
]