2004-05-22 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 2004 21:07:28 +0000 (21:07 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 2004 21:07:28 +0000 (21:07 +0000)
commit0a4217004b25e7b2a9b4dc938fcdad98ad8fbdd6
tree23654e9da6110cd9ea2622acdc23878553d079e2
parent9f5b2f1c5de79e2177fa3eb98ac55f96fccb9a3c
2004-05-22  Benjamin Kosnik  <bkoz@redhat.com>

* libsupc++/cxxabi.h: Remove duplicated and useless public and
        private keywords in class declarations. Format. Use
        stddef.h. Expose declarations to "C" compilation.
        * libsupc++/tinfo.cc (__upcast_result): Add copy constructor and
        assignment operator.
        (__dyncast_result): Same.
        * libsupc++/vec.cc (uncatch_exception): Same, use member
        initialization list.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82147 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/cxxabi.h
libstdc++-v3/libsupc++/tinfo.cc
libstdc++-v3/libsupc++/vec.cc