diff options
| author | fdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-01 20:44:41 +0000 |
|---|---|---|
| committer | fdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-02-01 20:44:41 +0000 |
| commit | bc36b44c7cb0e5e97ac807b8fb17507e0fb09008 (patch) | |
| tree | 84518f8f30d1e3aa18963b72f5e5994b1c6e4483 /libstdc++-v3/src/shared | |
| parent | a8af2dd55913f8b3c925496bcf694f4f8013e325 (diff) | |
| download | ppe42-gcc-bc36b44c7cb0e5e97ac807b8fb17507e0fb09008.tar.gz ppe42-gcc-bc36b44c7cb0e5e97ac807b8fb17507e0fb09008.zip | |
2013-02-01 François Dumont <fdumont@gcc.gnu.org>
* include/bits/hashtable_policy.h
(_Prime_rehash_policy::_M_next_bkt)
(_Prime_rehash_policy::_M_need_rehash): Move definition...
* src/c++11/hashtable_c++0x.cc: ... here.
* src/shared/hashtable-aux.cc: Remove c++config.h include.
* config/abi/gnu.ver (GLIBCXX_3.4.18): Export _Prime_rehash_policy
symbols.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195676 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/src/shared')
| -rw-r--r-- | libstdc++-v3/src/shared/hashtable-aux.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libstdc++-v3/src/shared/hashtable-aux.cc b/libstdc++-v3/src/shared/hashtable-aux.cc index 23bb00ec584..876ffe1ad05 100644 --- a/libstdc++-v3/src/shared/hashtable-aux.cc +++ b/libstdc++-v3/src/shared/hashtable-aux.cc @@ -1,6 +1,6 @@ // std::__detail and std::tr1::__detail definitions -*- C++ -*- -// Copyright (C) 2007, 2009, 2011 Free Software Foundation, Inc. +// Copyright (C) 2007-2013 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 @@ -22,8 +22,6 @@ // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // <http://www.gnu.org/licenses/>. -#include <bits/c++config.h> - namespace __detail { _GLIBCXX_BEGIN_NAMESPACE_VERSION |

