C++ Logo

std-proposals

Advanced search

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

From: Thiago Macieira <thiago_at_[hidden]>
Date: Tue, 18 Jul 2023 08:32:29 -0700
On Tuesday, 18 July 2023 01:58:07 PDT Sebastian Wittmeier via Std-Proposals
wrote:
> Whether it is possible to replace those functions, could also depend on
> whether the DLL was linked dynamically or statically to the standard
> library.

If one links statically to the C++ standard library, then all C++ code was
linked statically in the same linking step. That implies having either source
or .obj files for the entire C++ content.

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel DCAI Cloud Engineering

Received on 2023-07-18 15:32:31