]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r241959:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 12 Dec 2013 16:18:45 +0000 (16:18 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 12 Dec 2013 16:18:45 +0000 (16:18 +0000)
commit8dc5d8190ad2fa8f46b038132dd60767ee82b72f
tree2442f3dc2021b0be15f98585860b4fa0c25c19c7
parent51347bccf852a6e34b33d792824ef7c156a4a697
MFC r241959:

Fix a number of other clang warnings in libstdc++, which could appear
when building other C++ software with it.  Also fix one actual bug in
libsupc++, which was exposed by such a warning.  This latter fix is the
only functional change.

This is required for newer versions of gcc and clang which have
stricter warnings about parenthesis in C++ programs.

git-svn-id: svn://svn.freebsd.org/base/stable/8@259263 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
contrib/libstdc++/include/debug/safe_iterator.tcc
contrib/libstdc++/include/ext/ropeimpl.h
contrib/libstdc++/libsupc++/tinfo.cc
contrib/libstdc++/src/locale.cc
contrib/libstdc++/src/strstream.cc
contrib/libstdc++/src/tree.cc