summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/container_hash/meta/libraries.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/container_hash/meta/libraries.json')
-rw-r--r--src/boost/libs/container_hash/meta/libraries.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/boost/libs/container_hash/meta/libraries.json b/src/boost/libs/container_hash/meta/libraries.json
new file mode 100644
index 00000000..b1b075b3
--- /dev/null
+++ b/src/boost/libs/container_hash/meta/libraries.json
@@ -0,0 +1,20 @@
+[
+ {
+ "key": "functional/hash",
+ "boost-version": "1.33.0",
+ "name": "Container Hash",
+ "authors": [
+ "Daniel James"
+ ],
+ "maintainers": [
+ "Daniel James <dnljms -at- gmail.com>"
+ ],
+ "description": "An STL-compatible hash function object that can be extended to hash user defined types.",
+ "std": [
+ "tr1"
+ ],
+ "category": [
+ "Function-objects"
+ ]
+ }
+]