-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprimer.bib
61 lines (54 loc) · 2.1 KB
/
primer.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
@article{natural_syntax,
author={{Stroustrup B.}},
title={{\emph{A Minimal Solution to the Concepts Syntax Problems}}},
journal={\\{Document P1079 R0}},
year={{06/05/2018}},
note={{\texttt{\href{http://wg21.link/p1079r0}{http://wg21.link/p1079r0}}}}
}
@article{in_place_syntax,
author={{Sutter H.}},
title={{\emph{Concepts In-Place Syntax} (the post-Jacksonville variant!)}},
journal={\\{Document P0745 R1}},
year={{29/04/2018}},
note={{\texttt{\href{http://wg21.link/p0745r1}{http://wg21.link/p0745r1}}}}
}
@article{adjective_syntax,
author={{Köppe et al.}},
title={{\emph{Yet Another Approach For Constrained Declarations}}},
journal={\\{Document P1141 R0}},
year={{23/06/2018}},
note={{\texttt{\href{http://wg21.link/p1141r0}{http://wg21.link/p1141r0}}}}
}
@article{the_good_concepts_paper,
author={{Bjarne Stroustrup}},
title={{\emph{Concepts: The Future of Generic Programming}}},
journal={\\{Document P0557 R1}},
year={{31/01/2017}},
note={{\texttt{\href{http://wg21.link/p0557r1}{http://wg21.link/p0557r1}}}}
}
@article{wd,
title={{\emph{Wording Paper, C++ Extension for Concepts} (C++20WD Syntax)}},
journal={\\{Document P0734 R0}},
year={{14/07/2017}},
note={{\texttt{\href{http://wg21.link/p0734r0}{http://wg21.link/p0734r0}}}}
}
@article{TS,
title={{\emph{Working Draft, C++ Extension for Concepts} (Concepts TS Draft)}},
journal={\\{Technical Spec. D4553}},
year={{02/10/2015}},
note={{\texttt{\href{http://wg21.link/d4553}{http://wg21.link/d4553}}}}}}
}
@article{standard_library_concepts,
author={{Casey Carter and Eric Niebler}},
title={{\emph{Standard Library Concepts} (SLC)}},
journal={\\{Document P0898 R3}},
year={{08/06/2018}},
note={{\texttt{\href{http://wg21.link/p0898r3}{http://wg21.link/p0898r3}}}}
}
@article{the_one_ranges_proposal,
author={{Eric Niebler, Casey Carter, C. Di Bella}},
title={{\emph{The One Ranges Proposal}}},
journal={\\{Document P0896 R2}},
year={{25/06/2018}},
note={{\texttt{\href{http://wg21.link/p0896r2}{http://wg21.link/p0896r2}}}}
}