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


On 05/06/2010 11:10 PM, Jason Merrill wrote:
>> CXXABI_1.3.4, thus I think the new symbols should go in a new
>> CXXABI_1.3.5.
> you are exporting new symbols, and we released already something with
>
> OK.  I wasn't sure whether or not that was necessary.
Then remember to add a "known_versions.push_back("CXXABI_1.3.5");" to
check_version, in testsuite_abi.cc ...
>
>> About the old patterns, it depends what you mean by "redundant"
>
> I mean I had the same patterns twice.
Ah just that. Purely duplicate patterns at the same version can be
certainly removed, unless those damn scripts hide even more mysteries
(Ian is the master about those).

Paolo.


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