Files
boost_smart_ptr/meta/libraries.json

23 lines
416 B
JSON
Raw Permalink Normal View History

2014-08-18 15:10:40 +01:00
{
"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": [
2020-12-12 01:05:17 +02:00
"Peter Dimov <pdimov -at- gmail.com>"
2021-01-21 12:04:23 -05:00
],
"cxxstd": "03"
2014-08-18 15:10:40 +01:00
}