mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-01-19 04:42:11 +00:00
23 lines
416 B
JSON
23 lines
416 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- gmail.com>"
|
|
],
|
|
"cxxstd": "11"
|
|
}
|