mirror of
https://github.com/boostorg/ptr_container.git
synced 2026-01-19 16:32:16 +00:00
17 lines
381 B
JSON
17 lines
381 B
JSON
{
|
|
"key": "ptr_container",
|
|
"name": "Pointer Container",
|
|
"authors": [
|
|
"Thorsten Ottosen"
|
|
],
|
|
"description": "Containers for storing heap-allocated polymorphic objects to ease OO-programming.",
|
|
"category": [
|
|
"Containers",
|
|
"Data"
|
|
],
|
|
"maintainers": [
|
|
"Thorsten Ottosen <nesotto -at- cs.auc.dk>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|