Whether it is possible to replace those functions, could also depend on whether the DLL was linked dynamically or statically to the standard library.
-----Ursprüngliche Nachricht-----
Von: Lénárd Szolnoki via Std-Proposals <std-proposals@lists.isocpp.org>
Gesendet: Di 18.07.2023 10:08
Betreff: Re: [std-proposals] "shared libraries are outside the scope of the C++ standard"
An: Thiago Macieira <thiago@macieira.org>; std-proposals@lists.isocpp.org;
CC: Lénárd Szolnoki <cpp@lenardszolnoki.com>;
On Thu, 2023-07-13 at 07:17 -0700, Thiago Macieira wrote:
How does one replace operator new and other replaceable functions
within a DLL? Is it possible with only the possession of the DLL
itself, or does this require recompiling and/or relinking the library?