]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Some fixes so we can build libstdc++ with clang:
authorRui Paulo <rpaulo@FreeBSD.org>
Tue, 24 Aug 2010 13:38:53 +0000 (13:38 +0000)
committerRui Paulo <rpaulo@FreeBSD.org>
Tue, 24 Aug 2010 13:38:53 +0000 (13:38 +0000)
commit1fdc87e76de8053f6bba3d19a2efa264d35167ec
tree25f64dc547d9d52d9b701076b106e04018a96ac0
parent4fbdc85400a6de487e542a9664bbae51e254f8aa
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
o In some cases template keywords must be inserted to treat classes as
dependent template names
o Remove two 'inline' keywords where they do not make sense

Submitted by: Dimitry Andric <dimitry at andric.com>
Reviewed by: trema
contrib/libstdc++/include/ext/bitmap_allocator.h
contrib/libstdc++/include/ext/ropeimpl.h
contrib/libstdc++/src/locale-inst.cc