Ticket #1414: ios.diff

File ios.diff, 1.6 KB (added by Richard Webb <richard.webb@…>, 15 years ago)
  • ios_state.hpp

     
    128128private:
    129129    state_type &       s_save_;
    130130    aspect_type const  a_save_;
     131    basic_ios_iostate_saver& operator=(const basic_ios_iostate_saver&);
    131132};
    132133
    133134template < typename Ch, class Tr >
     
    156157private:
    157158    state_type &       s_save_;
    158159    aspect_type const  a_save_;
     160    basic_ios_exception_saver& operator=(const basic_ios_exception_saver&);
    159161};
    160162
    161163template < typename Ch, class Tr >
     
    180182private:
    181183    state_type &       s_save_;
    182184    aspect_type const  a_save_;
     185    basic_ios_tie_saver& operator=(const basic_ios_tie_saver&);
    183186};
    184187
    185188template < typename Ch, class Tr >
     
    204207private:
    205208    state_type &       s_save_;
    206209    aspect_type const  a_save_;
     210    basic_ios_rdbuf_saver& operator=(const basic_ios_rdbuf_saver&);
    207211};
    208212
    209213template < typename Ch, class Tr >
     
    228232private:
    229233    state_type &       s_save_;
    230234    aspect_type const  a_save_;
     235    basic_ios_fill_saver& operator=(const basic_ios_fill_saver&);
    231236};
    232237
    233238#ifndef BOOST_NO_STD_LOCALE
     
    253258private:
    254259    state_type &       s_save_;
    255260    aspect_type const  a_save_;
     261    basic_ios_locale_saver& operator=(const basic_ios_locale_saver&);
    256262};
    257263#endif
    258264
     
    392398    #ifndef BOOST_NO_STD_LOCALE
    393399    ::std::locale const                     a9_save_;
    394400    #endif
     401
     402    basic_ios_all_saver& operator=(const basic_ios_all_saver&);
    395403};
    396404
    397405class ios_all_word_saver