This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Understanding gnu.ver and symbol exporting.


Chris Fairles wrote:
> Ah, I see. So for example when <thread> was added, GLIBCXX_3.4 had to
> be modified to exclude matching against std::thr* using something
> like:
> std::th[j-q]*;
> std::th[s-z]*;
>
> So is it correct to say that since there's no patterns for std::f*,
> there can't be clashes between 3.4 and 3.4.11 for any symbol beginning
> with f? But for allocator_arg, std::a[e-z]* matches, so tweaking would
> be necessary?
>   
Makes perfect sense, yes.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]