diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-24 18:57:12 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-04-24 18:57:12 +0000 |
| commit | 022ea294da39a09fa2157b830de3bbbe3044eff2 (patch) | |
| tree | 7d63aefb98703679f9dc75de4ad90f754e8b9d8b /libstdc++-v3/include/std/locale | |
| parent | 60b0053114bcc86c6aff9e5c7464c2ac2d70b62a (diff) | |
| download | ppe42-gcc-022ea294da39a09fa2157b830de3bbbe3044eff2.tar.gz ppe42-gcc-022ea294da39a09fa2157b830de3bbbe3044eff2.zip | |
2007-04-24 Paolo Carlini <pcarlini@suse.de>
* include/bits/locale_facets.h (class collate, class collate_byname):
Move...
* include/bits/locale_classes.h: ... here.
* include/bits/locale_facets.tcc (locale::combine, locale::operator(),
has_facet, use_facet, collate::_M_compare, collate::_M_transform,
collate::do_compare, collate::do_transform, collate::do_hash): Move...
* include/bits/locale_classes.tcc: ... here, new.
* include/Makefile.am: Add.
* testsuite/util/testsuite_abi.h: Include <locale>.
* include/std/locale: Tweak.
* include/std/istream: Likewise.
* include/std/ostream: Likewise.
* include/bits/codecvt.h: Likewise.
* include/Makefile.in: Regenerate.
* include/bits/codecvt.h: Adjust extern template declarations.
* include/bits/ostream_insert.h: Likewise.
* include/bits/ostream.tcc: Likewise.
* include/bits/locale_facets.h: Do not include <bits/codecvt.h>.
* include/std/fstream: Do it here.
* include/bits/locale_facets_nonio.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124114 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/locale')
| -rw-r--r-- | libstdc++-v3/include/std/locale | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libstdc++-v3/include/std/locale b/libstdc++-v3/include/std/locale index 6bfd78d93e9..40a996d8438 100644 --- a/libstdc++-v3/include/std/locale +++ b/libstdc++-v3/include/std/locale @@ -1,7 +1,8 @@ // Locale support -*- C++ -*- // Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -// 2006, 2007 Free Software Foundation, Inc. +// 2006, 2007 +// Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -46,9 +47,4 @@ #include <bits/locale_facets.h> #include <bits/locale_facets_nonio.h> -#ifndef _GLIBCXX_EXPORT_TEMPLATE -# include <bits/locale_facets.tcc> -# include <bits/locale_facets_nonio.tcc> -#endif - #endif /* _GLIBCXX_LOCALE */ |

