Ticket #1414: ios.diff
File ios.diff, 1.6 KB (added by , 15 years ago) |
---|
-
ios_state.hpp
128 128 private: 129 129 state_type & s_save_; 130 130 aspect_type const a_save_; 131 basic_ios_iostate_saver& operator=(const basic_ios_iostate_saver&); 131 132 }; 132 133 133 134 template < typename Ch, class Tr > … … 156 157 private: 157 158 state_type & s_save_; 158 159 aspect_type const a_save_; 160 basic_ios_exception_saver& operator=(const basic_ios_exception_saver&); 159 161 }; 160 162 161 163 template < typename Ch, class Tr > … … 180 182 private: 181 183 state_type & s_save_; 182 184 aspect_type const a_save_; 185 basic_ios_tie_saver& operator=(const basic_ios_tie_saver&); 183 186 }; 184 187 185 188 template < typename Ch, class Tr > … … 204 207 private: 205 208 state_type & s_save_; 206 209 aspect_type const a_save_; 210 basic_ios_rdbuf_saver& operator=(const basic_ios_rdbuf_saver&); 207 211 }; 208 212 209 213 template < typename Ch, class Tr > … … 228 232 private: 229 233 state_type & s_save_; 230 234 aspect_type const a_save_; 235 basic_ios_fill_saver& operator=(const basic_ios_fill_saver&); 231 236 }; 232 237 233 238 #ifndef BOOST_NO_STD_LOCALE … … 253 258 private: 254 259 state_type & s_save_; 255 260 aspect_type const a_save_; 261 basic_ios_locale_saver& operator=(const basic_ios_locale_saver&); 256 262 }; 257 263 #endif 258 264 … … 392 398 #ifndef BOOST_NO_STD_LOCALE 393 399 ::std::locale const a9_save_; 394 400 #endif 401 402 basic_ios_all_saver& operator=(const basic_ios_all_saver&); 395 403 }; 396 404 397 405 class ios_all_word_saver