]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/functional/meta/libraries.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / functional / meta / libraries.json
CommitLineData
7c673cae
FG
1[
2 {
3 "key": "functional",
4 "boost-version": "1.16.0",
5 "name": "Functional",
6 "authors": [
7 "Mark Rodgers"
8 ],
9 "description": "The Boost.Function library contains a family of class templates that are function object wrappers.",
10 "category": [
11 "Function-objects"
1e59de90
TL
12 ],
13 "cxxstd": "03"
7c673cae
FG
14 },
15 {
16 "key": "functional/factory",
17 "boost-version": "1.43.0",
18 "name": "Functional/Factory",
19 "authors": [
92f5a8d4 20 "Glen Fernandes",
7c673cae
FG
21 "Tobias Schwinger"
22 ],
23 "maintainers": [
92f5a8d4 24 "Glen Fernandes <glenjofe -at- gmail.com>",
7c673cae
FG
25 "Tobias Schwinger <tschwinger -at- isonews2.com>"
26 ],
27 "description": "Function object templates for dynamic and static object creation",
28 "documentation": "factory/",
29 "category": [
30 "Function-objects"
1e59de90
TL
31 ],
32 "cxxstd": "03"
7c673cae
FG
33 },
34 {
35 "key": "functional/forward",
36 "boost-version": "1.43.0",
37 "name": "Functional/Forward",
38 "authors": [
39 "Tobias Schwinger"
40 ],
41 "maintainers": [
42 "Tobias Schwinger <tschwinger -at- isonews2.com>"
43 ],
44 "description": "Adapters to allow generic function objects to accept arbitrary arguments",
45 "documentation": "forward/",
46 "category": [
47 "Function-objects"
1e59de90
TL
48 ],
49 "cxxstd": "03"
7c673cae 50 },
7c673cae
FG
51 {
52 "key": "functional/overloaded_function",
53 "boost-version": "1.50.0",
54 "name": "Functional/Overloaded Function",
55 "authors": [
56 "Lorenzo Caminiti"
57 ],
58 "maintainers": [
59 "Lorenzo Caminiti <lorcaminiti -at- gmail.com>"
60 ],
61 "description": "Overload different functions into a single function object.",
62 "documentation": "overloaded_function/",
63 "category": [
64 "Function-objects"
1e59de90
TL
65 ],
66 "cxxstd": "03"
7c673cae 67 }
11fdf7f2 68]