C++ Logo

std-proposals

Advanced search

Re: [std-proposals] "shared libraries are outside the scope of the C++ standard"

From: Sebastian Wittmeier <wittmeier_at_[hidden]>
Date: Tue, 18 Jul 2023 10:58:07 +0200
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_at_[hidden]> 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_at_[hidden]>; std-proposals_at_[hidden]; CC:Lénárd Szolnoki <cpp_at_[hidden]>; 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?

Received on 2023-07-18 08:58:09