diff options
| author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-08 21:39:24 +0000 |
|---|---|---|
| committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-03-08 21:39:24 +0000 |
| commit | 5cf40b7e54256e2dd9b4abd82876a4b32bb28e97 (patch) | |
| tree | 8b939f7ba3e32e0b985c6064776b621710a1dc02 /libstdc++-v3/include/ext | |
| parent | ae95b1c4e331da5e270a3af9c1ccb14d5032bb1d (diff) | |
| download | ppe42-gcc-5cf40b7e54256e2dd9b4abd82876a4b32bb28e97.tar.gz ppe42-gcc-5cf40b7e54256e2dd9b4abd82876a4b32bb28e97.zip | |
* include/bits/memoryfwd.h: New. Centralize forward declarations.
* include/bits/algorithmfwd.h: Consistent comments.
* include/bits/localefwd.h: Same.
* include/ext/vstring_fwd.h: Same.
* include/parallel/algorithmfwd.h: Same.
* include/parallel/numericfwd.h: Same.
* include/std/iosfwd: Same.
* include/bits/alloc_traits.h: Include memoryfwd.h, remove allocator
forward decl.
* include/ext/alloc_traits.h: Remove allocator forward decl.
* include/bits/stl_construct.h: Same.
* include/bits/stringfwd.h: Include memoryfwd.h, remove allocator
forward decl. Consistent comments.
* doc/doxygen/user.cfg.in (TEMPLATE_RELATIONS): To NO.
* include/Makefile.am (bits_headers): Add memoryfwd.h.
* include/Makefile.in: Regenerate.
* configure: Same.
e enter the commit message for your changes. Lines starting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196559 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/ext')
| -rw-r--r-- | libstdc++-v3/include/ext/alloc_traits.h | 9 | ||||
| -rw-r--r-- | libstdc++-v3/include/ext/vstring_fwd.h | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/libstdc++-v3/include/ext/alloc_traits.h b/libstdc++-v3/include/ext/alloc_traits.h index 706bfd3e5a9..333473ad87b 100644 --- a/libstdc++-v3/include/ext/alloc_traits.h +++ b/libstdc++-v3/include/ext/alloc_traits.h @@ -38,13 +38,6 @@ # include <bits/allocator.h> // for __alloc_swap #endif -namespace std _GLIBCXX_VISIBILITY(default) -{ -_GLIBCXX_BEGIN_NAMESPACE_VERSION - template<typename> struct allocator; -_GLIBCXX_END_NAMESPACE_VERSION -} // namespace - namespace __gnu_cxx _GLIBCXX_VISIBILITY(default) { _GLIBCXX_BEGIN_NAMESPACE_VERSION @@ -244,6 +237,6 @@ template<typename _Alloc> }; _GLIBCXX_END_NAMESPACE_VERSION -} // namespace +} // namespace std #endif diff --git a/libstdc++-v3/include/ext/vstring_fwd.h b/libstdc++-v3/include/ext/vstring_fwd.h index 61bc2fecbbd..b917e93a96e 100644 --- a/libstdc++-v3/include/ext/vstring_fwd.h +++ b/libstdc++-v3/include/ext/vstring_fwd.h @@ -1,4 +1,4 @@ -// Versatile string forward -*- C++ -*- +// <vstring.h> Forward declarations -*- C++ -*- // Copyright (C) 2005-2013 Free Software Foundation, Inc. // |

