Files
container_hash/meta/libraries.json

22 lines
510 B
JSON
Raw Permalink Normal View History

2014-02-24 22:21:35 +00:00
[
{
2021-10-12 19:51:11 +03:00
"key": "container_hash",
2014-02-24 22:21:35 +00:00
"boost-version": "1.33.0",
"name": "Container Hash",
2014-02-27 22:46:55 +00:00
"authors": [
"Daniel James"
],
"maintainers": [
2023-10-12 14:51:15 +03:00
"Peter Dimov <pdimov -at- gmail.com>"
2014-02-27 22:46:55 +00:00
],
"description": "An STL-compatible 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"
],
2023-10-12 14:51:15 +03:00
"cxxstd": "11"
2014-02-24 22:21:35 +00:00
}
]