summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/iterator/meta/libraries.json
blob: 34c9d484352a8f59da931d6ad476bfd2243d30ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "key": "iterator",
    "name": "Iterator",
    "authors": [
        "Dave Abrahams",
        "Jeremy Siek",
        "Thomas Witt"
    ],
    "description": "The Boost Iterator Library contains two parts. The first is a system of concepts which extend the C++ standard iterator requirements. The second is a framework of components for building iterators based on these extended concepts and includes several useful iterator adaptors.",
    "category": [
        "Iterators"
    ],
    "maintainers": [
        "David Abrahams <dave -at- boost-consulting.com>",
        "Thomas Witt <witt - at - acm.org>",
        "Jeffrey Lee Hellrung Jr. <jeffrey.hellrung -at- gmail.com>"
    ],
    "cxxstd": "03"
}