Boost logo

Boost Users :

Subject: Re: [Boost-users] Cutting headers
From: Asif Lodhi (asif.lodhi_at_[hidden])
Date: 2017-05-09 07:04:28


It looks like you fear that all the boost libraries will get included in
your final executable - that's not the case. Only the code that you call
gets included - that's a function of C++ compiler tool chain. Including a
header makes code from that library available to your own code. You can
then use using declarations or using directives for scoping. Only the
functions that you call get included.

On 9 May 2017 at 11:21, Igor Mironchik via Boost-users <
boost-users_at_[hidden]> wrote:

>
> 2017-05-09 09:07, degski via Boost-users пишет:
>
> On 9 May 2017 at 08:44, Igor Mironchik via Boost-users <
> boost-users_at_[hidden]> wrote:
>
>> Is it possible?
>>
>
> Without specifying which library you are thinking of, no-one can answer
> that question other than by saying: "It depends".
>
>
> I asked about such approach totally. But if there is no common answer -
> your answer is good enough for me. Thank you.
>
>
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> Virus-free.
> www.avg.com
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
> <#m_6096996810453407500_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> https://lists.boost.org/mailman/listinfo.cgi/boost-users
>

-- 
Best regards,
-Asif


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net