svn commit: r211755 - in head/contrib/libstdc++: include/ext src
Dimitry Andric
dimitry at andric.com
Tue Aug 24 14:03:56 UTC 2010
On 2010-08-24 15:38, Rui Paulo wrote:
> Some fixes so we can build libstdc++ with clang:
> o Make the value_type, vector_type, iterator, __mutex_type types of
> free_list class so we can access them
That should have been:
o Make the value_type, vector_type, iterator, __mutex_type types of
free_list class public, so we can access them
More information about the svn-src-all
mailing list