From 5e9ffc26c26cbcb85a9e18f719fde1b9c178477f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 6 Aug 2023 20:10:14 +0200 Subject: A6: WIP (text is more or less in place) --- a6/references.bib | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'a6/references.bib') 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 -- cgit v1.2.3