functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ archetyp...
authorJonathan Wakely <jwakely@redhat.com>
Tue, 24 Jun 2014 15:44:17 +0000 (16:44 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 24 Jun 2014 15:44:17 +0000 (16:44 +0100)
commit3fa591d4b43316e7b7f8d46781793d96893d3374
tree925ed0ed8aba10b6641c82ab064af95daca6b0d9
parent8d37375b0541d879b371b355c2ff5d57ddfcd53e
functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ archetype to prevent warnings for "%zu".

* include/bits/functexcept.h (__throw_out_of_range_fmt): Change
attribute to __gnu_printf__ archetype to prevent warnings for "%zu".
* include/bits/locale_facets_nonio.tcc (time_get::do_get_weekday):
Remove unused typedef.
(time_get::do_get_monthname): Likewise.
* include/bits/stl_tree.h: Add system_header pragma.
* include/ext/stdio_sync_filebuf.h (stdio_sync_filebuf::file): Remove
redundant const-qualifier.
* include/std/complex (complex::__rep): Use _GLIBCXX_CONSTEXPR macro
instead of _GLIBCXX_USE_CONSTEXPR.

From-SVN: r211951
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/functexcept.h
libstdc++-v3/include/bits/locale_facets_nonio.tcc
libstdc++-v3/include/bits/stl_tree.h
libstdc++-v3/include/ext/stdio_sync_filebuf.h
libstdc++-v3/include/std/complex