summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/localefwd.h
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-07 20:26:24 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-07 20:26:24 +0000
commit15f85ffa17be2c112702013e0d5eebc0b5a3abec (patch)
tree710c4b07600eecce610471e49a8073942cbf0a1d /libstdc++-v3/include/bits/localefwd.h
parentea298e004c40ead8035640c50738bb597dbede96 (diff)
downloadgcc-15f85ffa17be2c112702013e0d5eebc0b5a3abec.tar.gz
2001-02-07 Benjamin Kosnik <bkoz@redhat.com>
Clean up stdexcept. * include/bits/stringfwd.h: New file. * include/bits/stl_string_fwd.h: Remove. * include/bits/localefwd.h: Remove declaration for allocator. * include/bits/std_iosfwd: Same. * include/bits/std_string.h: Include it. * include/bits/std_ios.h: Remove include. * include/bits/basic_string.h: Tweak. * libsupc++/new: Format. * src/Makefile.am (base_headers): Add stringfwd.h, remove stl_string_fwd.h * src/Makefile.in: Regenerate. * include/bits/std_stdexcept.h: Rewrite. * src/stdexcept.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39526 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/localefwd.h')
-rw-r--r--libstdc++-v3/include/bits/localefwd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/localefwd.h b/libstdc++-v3/include/bits/localefwd.h
index 73b987a9243..5e08c7ec8af 100644
--- a/libstdc++-v3/include/bits/localefwd.h
+++ b/libstdc++-v3/include/bits/localefwd.h
@@ -79,8 +79,8 @@ namespace std
};
// 22.1.1 Locale
- template<typename _Tp> class allocator;
- template<typename _Tp, typename _Alloc> class vector;
+ template<typename _Tp, typename _Alloc>
+ class vector;
class locale;
// 22.1.3 Convenience interfaces