18 lines
329 B
JSON
18 lines
329 B
JSON
|
|
{
|
||
|
|
"key": "unordered",
|
||
|
|
"name": "Unordered",
|
||
|
|
"authors": [
|
||
|
|
"Daniel James"
|
||
|
|
],
|
||
|
|
"maintainers": [
|
||
|
|
"Daniel James <dnljms -at- gmail.com>"
|
||
|
|
],
|
||
|
|
"description": "Unordered associative containers.",
|
||
|
|
"std": [
|
||
|
|
"tr1"
|
||
|
|
],
|
||
|
|
"category": [
|
||
|
|
"Containers"
|
||
|
|
],
|
||
|
|
"cxxstd": "03"
|
||
|
|
}
|