[VDPAU] [PATCH 1/4] trace: use intermediate static library in the build

Rémi Denis-Courmont remi at remlab.net
Thu Mar 19 06:27:50 PDT 2015


Le 2015-03-19 16:07, Emil Velikov a écrit :
> Hmm... do you have some references/recommendations that I can read 
> through ?
> If you can kindly point out to a section number, rather than throwing
> the whole thing (200 page document or similar) at me that'll be
> greatly appreciated.

What? How would I find documentation for implementation details? Those 
things are intrinsically not meant to be undocumented. If you think it's 
a standard behaviour of ISO C++, please do quote - I am pretty sure it 
is not standard though.

As a counter example, even calls C functions like memchr() or strchr() 
might well require to symbols from libstdc++. Those functions have 
different linkage in C++ because of "const" qualifiers.

-- 
Rémi Denis-Courmont


More information about the VDPAU mailing list