Files
container_hash/meta/libraries.json

20 lines
476 B
JSON
Raw Normal View History

2014-02-24 22:21:35 +00:00
[
{
"key": "functional/hash",
"boost-version": "1.33.0",
"name": "Functional/Hash",
2014-02-27 22:46:55 +00:00
"authors": [
"Daniel James"
],
"maintainers": [
"Daniel James <dnljms -at- gmail.com>"
],
2014-02-24 22:21:35 +00:00
"description": "A TR1 hash function object that can be extended to hash user defined types.",
"std": [
"tr1"
],
2014-02-24 22:21:35 +00:00
"category": [
"Function-objects"
]
}
]