22 lines
397 B
JSON
22 lines
397 B
JSON
{
|
|
"key": "smart_ptr",
|
|
"name": "Smart Ptr",
|
|
"authors": [
|
|
"Greg Colvin",
|
|
"Beman Dawes",
|
|
"Peter Dimov",
|
|
"Darin Adler",
|
|
"Glen Fernandes"
|
|
],
|
|
"description": "Smart pointer class templates.",
|
|
"std": [
|
|
"tr1"
|
|
],
|
|
"category": [
|
|
"Memory"
|
|
],
|
|
"maintainers": [
|
|
"Peter Dimov <pdimov -at- pdimov.com>"
|
|
]
|
|
}
|