2004-05-22 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/12854 Fixups for -Weffc++. * include/bits/basic_string.h (basic_string::operator=): Return pointer to this instead of result of assign. Although redundant, this doesn't impact resultant codegen. * include/bits/locale_facets.h (__numpunct_cache): Declare assignment opxserator and copy constructor private. (__timepunct_cache): Same. (__moneypunct_cache): Same. (collate): Use member initialization list for _M_c_locale_collate. * config/locale/gnu/messages_members.h: Same. * config/locale/gnu/time_members.h (__timepunct): Same. * src/codecvt.cc: Use member initialization list to initialize _M_c_locale_codecvt. * src/ctype.cc: Same, with _M_c_locale_ctype and _M_narrow_ok. * config/os/gnu-linux/ctype_noninline.h: Same. * src/locale.cc (_Impl): Same. * src/locale_init.cc: Same. * src/localename.cc: Same. * include/bits/basic_ios.h (basic_ios): Complete member initialization list. * include/bits/istream.tcc (basic_istream::sentry): Same. * include/bits/ostream.tcc (basic_ostream::sentry): Same. * include/bits/fstream.tcc (basic_filebuf): Add _M_lock and _M_pback to member initialization list. * include/std/std_streambuf.h: Same. * include/std/std_sstream.h: Same, for _M_mode. * src/ios.cc (ios_base): Same. * include/ext/rope: Make derived classes match exception specifications. Add copy constructors and assignment operators. * include/debug/safe_base.h (_Safe_sequence_base): Declare copy constructor and assignment operator protected. (_Safe_iterator_base): Same. * include/debug/formatter.h (_Error_formatter): Define copy constructor and assignment operator. * include/backward/strstream: Declare assignment operator and copy constructor private. From-SVN: r82153
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
std_algorithm.h | Loading commit data... | |
std_bitset.h | Loading commit data... | |
std_complex.h | Loading commit data... | |
std_deque.h | Loading commit data... | |
std_fstream.h | Loading commit data... | |
std_functional.h | Loading commit data... | |
std_iomanip.h | Loading commit data... | |
std_ios.h | Loading commit data... | |
std_iosfwd.h | Loading commit data... | |
std_iostream.h | Loading commit data... | |
std_istream.h | Loading commit data... | |
std_iterator.h | Loading commit data... | |
std_limits.h | Loading commit data... | |
std_list.h | Loading commit data... | |
std_locale.h | Loading commit data... | |
std_map.h | Loading commit data... | |
std_memory.h | Loading commit data... | |
std_numeric.h | Loading commit data... | |
std_ostream.h | Loading commit data... | |
std_queue.h | Loading commit data... | |
std_set.h | Loading commit data... | |
std_sstream.h | Loading commit data... | |
std_stack.h | Loading commit data... | |
std_stdexcept.h | Loading commit data... | |
std_streambuf.h | Loading commit data... | |
std_string.h | Loading commit data... | |
std_utility.h | Loading commit data... | |
std_valarray.h | Loading commit data... | |
std_vector.h | Loading commit data... |