summaryrefslogtreecommitdiff
path: root/a6/references.bib
diff options
context:
space:
mode:
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