[C++0x] nullptr

Paolo Carlini paolo.carlini@oracle.com
Thu May 6 21:23:00 GMT 2010


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.



More information about the Libstdc++ mailing list