forked from boostorg/smart_ptr
22
meta/libraries.json
Normal file
22
meta/libraries.json
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"key": "smart_ptr",
|
||||||
|
"name": "Smart Ptr",
|
||||||
|
"authors": [
|
||||||
|
"Greg Colvin",
|
||||||
|
"Beman Dawes",
|
||||||
|
"Peter Dimov",
|
||||||
|
"Darin Adler",
|
||||||
|
"Glen Fernandes"
|
||||||
|
],
|
||||||
|
"description": "Smart pointer class templates.",
|
||||||
|
"documentation": "smart_ptr.htm",
|
||||||
|
"std": [
|
||||||
|
"tr1"
|
||||||
|
],
|
||||||
|
"category": [
|
||||||
|
"Memory"
|
||||||
|
],
|
||||||
|
"maintainers": [
|
||||||
|
"Peter Dimov <pdimov -at- pdimov.com>"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user