mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-01-23 18:12:10 +00:00
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>"
|
|
]
|
|
}
|