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: [C++0x] nullptr


Hi,
> Incidentally, library folks: does my change to gnu.ver look right?  I
> noticed that the stuff I put there before was redundant.
you are exporting new symbols, and we released already something with
CXXABI_1.3.4, thus I think the new symbols should go in a new CXXABI_1.3.5.

About the old patterns, it depends what you mean by "redundant": in
general, certainly you cannot un-export symbols at a version #
corresponding to an already released library, but if you mean that those
patterns were essentially dead, weren't actually matching any real
symbols in the library, then can be certainly removed. Anyway,
make-check should be tight enough today to tell you.

Paolo.


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