@@ -102,11 +102,11 @@ protected:
102102 virtual result
103103 do_unshift (state_type& __st,
104104 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
105- virtual int do_encoding () const throw() ;
106- virtual bool do_always_noconv () const throw() ;
105+ virtual int do_encoding () const _NOEXCEPT ;
106+ virtual bool do_always_noconv () const _NOEXCEPT ;
107107 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
108108 size_t __mx) const ;
109- virtual int do_max_length () const throw() ;
109+ virtual int do_max_length () const _NOEXCEPT ;
110110};
111111
112112template <>
@@ -137,11 +137,11 @@ protected:
137137 virtual result
138138 do_unshift (state_type& __st,
139139 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
140- virtual int do_encoding () const throw() ;
141- virtual bool do_always_noconv () const throw() ;
140+ virtual int do_encoding () const _NOEXCEPT ;
141+ virtual bool do_always_noconv () const _NOEXCEPT ;
142142 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
143143 size_t __mx) const ;
144- virtual int do_max_length () const throw() ;
144+ virtual int do_max_length () const _NOEXCEPT ;
145145};
146146
147147template <>
@@ -172,11 +172,11 @@ protected:
172172 virtual result
173173 do_unshift (state_type& __st,
174174 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
175- virtual int do_encoding () const throw() ;
176- virtual bool do_always_noconv () const throw() ;
175+ virtual int do_encoding () const _NOEXCEPT ;
176+ virtual bool do_always_noconv () const _NOEXCEPT ;
177177 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
178178 size_t __mx) const ;
179- virtual int do_max_length () const throw() ;
179+ virtual int do_max_length () const _NOEXCEPT ;
180180};
181181
182182template <class _Elem , unsigned long _Maxcode = 0x10ffff ,
@@ -225,11 +225,11 @@ protected:
225225 virtual result
226226 do_unshift (state_type& __st,
227227 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
228- virtual int do_encoding () const throw() ;
229- virtual bool do_always_noconv () const throw() ;
228+ virtual int do_encoding () const _NOEXCEPT ;
229+ virtual bool do_always_noconv () const _NOEXCEPT ;
230230 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
231231 size_t __mx) const ;
232- virtual int do_max_length () const throw() ;
232+ virtual int do_max_length () const _NOEXCEPT ;
233233};
234234
235235template <>
@@ -260,11 +260,11 @@ protected:
260260 virtual result
261261 do_unshift (state_type& __st,
262262 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
263- virtual int do_encoding () const throw() ;
264- virtual bool do_always_noconv () const throw() ;
263+ virtual int do_encoding () const _NOEXCEPT ;
264+ virtual bool do_always_noconv () const _NOEXCEPT ;
265265 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
266266 size_t __mx) const ;
267- virtual int do_max_length () const throw() ;
267+ virtual int do_max_length () const _NOEXCEPT ;
268268};
269269
270270template <>
@@ -295,11 +295,11 @@ protected:
295295 virtual result
296296 do_unshift (state_type& __st,
297297 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
298- virtual int do_encoding () const throw() ;
299- virtual bool do_always_noconv () const throw() ;
298+ virtual int do_encoding () const _NOEXCEPT ;
299+ virtual bool do_always_noconv () const _NOEXCEPT ;
300300 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
301301 size_t __mx) const ;
302- virtual int do_max_length () const throw() ;
302+ virtual int do_max_length () const _NOEXCEPT ;
303303};
304304
305305template <>
@@ -330,11 +330,11 @@ protected:
330330 virtual result
331331 do_unshift (state_type& __st,
332332 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
333- virtual int do_encoding () const throw() ;
334- virtual bool do_always_noconv () const throw() ;
333+ virtual int do_encoding () const _NOEXCEPT ;
334+ virtual bool do_always_noconv () const _NOEXCEPT ;
335335 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
336336 size_t __mx) const ;
337- virtual int do_max_length () const throw() ;
337+ virtual int do_max_length () const _NOEXCEPT ;
338338};
339339
340340template <>
@@ -365,11 +365,11 @@ protected:
365365 virtual result
366366 do_unshift (state_type& __st,
367367 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
368- virtual int do_encoding () const throw() ;
369- virtual bool do_always_noconv () const throw() ;
368+ virtual int do_encoding () const _NOEXCEPT ;
369+ virtual bool do_always_noconv () const _NOEXCEPT ;
370370 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
371371 size_t __mx) const ;
372- virtual int do_max_length () const throw() ;
372+ virtual int do_max_length () const _NOEXCEPT ;
373373};
374374
375375template <>
@@ -400,11 +400,11 @@ protected:
400400 virtual result
401401 do_unshift (state_type& __st,
402402 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
403- virtual int do_encoding () const throw() ;
404- virtual bool do_always_noconv () const throw() ;
403+ virtual int do_encoding () const _NOEXCEPT ;
404+ virtual bool do_always_noconv () const _NOEXCEPT ;
405405 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
406406 size_t __mx) const ;
407- virtual int do_max_length () const throw() ;
407+ virtual int do_max_length () const _NOEXCEPT ;
408408};
409409
410410template <class _Elem , unsigned long _Maxcode = 0x10ffff ,
@@ -453,11 +453,11 @@ protected:
453453 virtual result
454454 do_unshift (state_type& __st,
455455 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
456- virtual int do_encoding () const throw() ;
457- virtual bool do_always_noconv () const throw() ;
456+ virtual int do_encoding () const _NOEXCEPT ;
457+ virtual bool do_always_noconv () const _NOEXCEPT ;
458458 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
459459 size_t __mx) const ;
460- virtual int do_max_length () const throw() ;
460+ virtual int do_max_length () const _NOEXCEPT ;
461461};
462462
463463template <>
@@ -488,11 +488,11 @@ protected:
488488 virtual result
489489 do_unshift (state_type& __st,
490490 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
491- virtual int do_encoding () const throw() ;
492- virtual bool do_always_noconv () const throw() ;
491+ virtual int do_encoding () const _NOEXCEPT ;
492+ virtual bool do_always_noconv () const _NOEXCEPT ;
493493 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
494494 size_t __mx) const ;
495- virtual int do_max_length () const throw() ;
495+ virtual int do_max_length () const _NOEXCEPT ;
496496};
497497
498498template <>
@@ -523,11 +523,11 @@ protected:
523523 virtual result
524524 do_unshift (state_type& __st,
525525 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const ;
526- virtual int do_encoding () const throw() ;
527- virtual bool do_always_noconv () const throw() ;
526+ virtual int do_encoding () const _NOEXCEPT ;
527+ virtual bool do_always_noconv () const _NOEXCEPT ;
528528 virtual int do_length (state_type&, const extern_type* __frm, const extern_type* __end,
529529 size_t __mx) const ;
530- virtual int do_max_length () const throw() ;
530+ virtual int do_max_length () const _NOEXCEPT ;
531531};
532532
533533template <class _Elem , unsigned long _Maxcode = 0x10ffff ,
0 commit comments