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@lists.boost.org> wrote:

2017-05-09 09:07, degski via Boost-users пишет:
On 9 May 2017 at 08:44, Igor Mironchik via Boost-users <boost-users@lists.boost.org> 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.

Virus-free. www.avg.com

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users



--
Best regards,

-Asif