diff options
author | François Dumont <fdumont@gcc.gnu.org> | 2013-02-01 20:44:41 +0000 |
---|---|---|
committer | François Dumont <fdumont@gcc.gnu.org> | 2013-02-01 20:44:41 +0000 |
commit | 6e1479465794ad3ba7fe99b4d8986c6fd463feb0 (patch) | |
tree | 84518f8f30d1e3aa18963b72f5e5994b1c6e4483 /libstdc++-v3/config | |
parent | 99113dff9d9f04184797e8f3565dfe0c900a2345 (diff) | |
download | gcc-6e1479465794ad3ba7fe99b4d8986c6fd463feb0.zip gcc-6e1479465794ad3ba7fe99b4d8986c6fd463feb0.tar.gz gcc-6e1479465794ad3ba7fe99b4d8986c6fd463feb0.tar.bz2 |
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.
From-SVN: r195676
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu.ver | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index 71be1c3..2a9d582 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -1,7 +1,6 @@ ## Linker script for GNU versioning (GNU ld 2.13.91+ only.) ## -## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -## 2011, 2012 Free Software Foundation, Inc. +## Copyright (C) 2002-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 @@ -1334,6 +1333,7 @@ GLIBCXX_3.4.18 { extern "C++" { std::random_device::*; + std::__detail::_Prime_rehash_policy::*; }; # std::this_thread::__sleep_for |