www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Why was new(size_t s) { } deprecated in favor of an external

reply Jack <jckj33 gmail.com> writes:
What was the reasoning behind this decision?
Oct 14 2020
next sibling parent reply Max Haughton <maxhaton gmail.com> writes:
On Wednesday, 14 October 2020 at 20:27:10 UTC, Jack wrote:
 What was the reasoning behind this decision?
Andrei's std::allocator talk from a few years ago at cppcon covers this (amongst other things)
Oct 14 2020
parent reply Patrick Schluter <Patrick.Schluter bbox.fr> writes:
On Wednesday, 14 October 2020 at 20:32:51 UTC, Max Haughton wrote:
 On Wednesday, 14 October 2020 at 20:27:10 UTC, Jack wrote:
 What was the reasoning behind this decision?
Andrei's std::allocator talk from a few years ago at cppcon covers this (amongst other things)
Yes, and what did he say? You seriously don't expect people to search for a random talk from a random event from a random year?
Oct 14 2020
next sibling parent Paul Backus <snarwin gmail.com> writes:
On Thursday, 15 October 2020 at 06:39:00 UTC, Patrick Schluter 
wrote:
 On Wednesday, 14 October 2020 at 20:32:51 UTC, Max Haughton 
 wrote:
 On Wednesday, 14 October 2020 at 20:27:10 UTC, Jack wrote:
 What was the reasoning behind this decision?
Andrei's std::allocator talk from a few years ago at cppcon covers this (amongst other things)
Yes, and what did he say? You seriously don't expect people to search for a random talk from a random event from a random year?
It's quite easy to find on youtube. First result searching for "andrei std allocator": https://www.youtube.com/watch?v=LIb3L4vKZ7U The slides are also available here: https://raw.githubusercontent.com/CppCon/CppCon2015/master/Presentations/allocator%20Is%20to%20Allocation%20what%20vector%20Is%20to%20Vexation/allocator%20Is%20to%20Allocation%20what%20vector%20Is%20to%20Vexation%20-%20Andrei%20Alexandrescu%20-%20CppCon%202015.pdf
Oct 15 2020
prev sibling parent Max Haughton <maxhaton gmail.com> writes:
On Thursday, 15 October 2020 at 06:39:00 UTC, Patrick Schluter 
wrote:
 On Wednesday, 14 October 2020 at 20:32:51 UTC, Max Haughton 
 wrote:
 On Wednesday, 14 October 2020 at 20:27:10 UTC, Jack wrote:
 What was the reasoning behind this decision?
Andrei's std::allocator talk from a few years ago at cppcon covers this (amongst other things)
Yes, and what did he say? You seriously don't expect people to search for a random talk from a random event from a random year?
It's the first result when you search for "Andrei std::allocator"
Oct 15 2020
prev sibling parent Daniel Kozak <kozzi11 gmail.com> writes:
On Wed, Oct 14, 2020 at 10:30 PM Jack via Digitalmars-d-learn <
digitalmars-d-learn puremagic.com> wrote:

 What was the reasoning behind this decision?
https://dlang.org/deprecate.html#Class allocators and deallocators
Oct 15 2020