summaryrefslogtreecommitdiff
path: root/a6/references.bib
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-08-06 20:10:14 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-08-06 20:10:14 +0200
commit5e9ffc26c26cbcb85a9e18f719fde1b9c178477f (patch)
tree584ee5847a0705e6ed20ef11664d569518738d5b /a6/references.bib
parent025622f7ba344b1e47dd47c92ed380902ecbddfd (diff)
A6: WIP (text is more or less in place)
Diffstat (limited to 'a6/references.bib')
-rw-r--r--a6/references.bib22
1 files changed, 20 insertions, 2 deletions
diff --git a/a6/references.bib b/a6/references.bib
index 5e0e27a..8616a99 100644
--- a/a6/references.bib
+++ b/a6/references.bib
@@ -39,6 +39,24 @@
@website{craig,
author = {Ben Craig},
- title = {P2268R0 - Freestanding Roadmap},
- url = {https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2268r0.html}
+ title = {P2268R0 - Freestanding Roadmap},
+ url = {https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2268r0.html}
+}
+
+@website{mapo,
+ author = {MaPo},
+ title = {Stack Overflow: Template parametric type Allocator in C++},
+ url = {https://stackoverflow.com/questions/66891368/template-parametric-type-allocator-in-c}
+}
+
+@article{P0302R0,
+ title = {Deprecating Allocator Support in std::function},
+ url = {https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0302r0.html},
+ author = {Jonathan Wakely}
+}
+
+@website{coroutines,
+ title = {Coroutines (C++20) - Dynamic allocation},
+ url = {https://en.cppreference.com/w/cpp/language/coroutines\#Dynamic_allocation},
+ author = {cppreference.com}
} \ No newline at end of file