diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-22 12:04:08 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-22 12:04:08 +0000 |
| commit | 823efdcffe36f0e1c74a7a67a10833f21d59ff30 (patch) | |
| tree | 039fc7a24feb042c41c821e590759db90dae4c61 /libstdc++-v3/include/precompiled | |
| parent | 1910e93757a071db3dd888eaa7a1dd7a51b07cec (diff) | |
| download | ppe42-gcc-823efdcffe36f0e1c74a7a67a10833f21d59ff30.tar.gz ppe42-gcc-823efdcffe36f0e1c74a7a67a10833f21d59ff30.zip | |
2010-09-22 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/typeindex: New.
* include/Makefile.am: Add.
* include/Makefile.in: Regenerate.
* include/precompiled/stdc++.h: Add.
* testsuite/20_util/typeindex/comparison_operators.cc: New.
* testsuite/20_util/typeindex/hash.cc: Likewise.
* testsuite/20_util/typeindex/hash_code.cc: Likewise.
* testsuite/20_util/typeindex/name.cc: Likewise.
* testsuite/18_support/type_info/hash_code.cc: Tweak.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164521 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/precompiled')
| -rw-r--r-- | libstdc++-v3/include/precompiled/stdc++.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index c19c9384be0..510a6552f52 100644 --- a/libstdc++-v3/include/precompiled/stdc++.h +++ b/libstdc++-v3/include/precompiled/stdc++.h @@ -1,6 +1,6 @@ // C++ includes used for precompiling -*- C++ -*- -// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 +// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -109,6 +109,7 @@ #include <system_error> #include <thread> #include <tuple> +#include <typeindex> #include <type_traits> #include <unordered_map> #include <unordered_set> |

