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: regex patch


... if you are exporting new symbols, in new *.cc files, make sure to
export them at the right version number, which would be GLIBCXX_3.4.15,
not at an older version. That may happen inadvertently when a loose old
pattern in the versioning script matches the new symbols. In that case
tighten it and export the new symbols at the right version via a
specific new pattern.

By the way, if you don't have any other problem besides that, just send
the patch to Jon and let him tweak it a bit... or post it here, we are
all curious anyway to see what you have now close to the final shape
which we'll be reviewing...

Paolo.


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