summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/debug
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-03 15:07:12 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2013-04-03 15:07:12 +0000
commite8c92a1eb7f63c8341ec13a09762c5ac75f37758 (patch)
treea132d1fa836cdb06973ddf5f5a2be043d510f786 /libstdc++-v3/include/debug
parentc44e34962ee0a980a2802ab60e7b940f7e7029a8 (diff)
downloadppe42-gcc-e8c92a1eb7f63c8341ec13a09762c5ac75f37758.tar.gz
ppe42-gcc-e8c92a1eb7f63c8341ec13a09762c5ac75f37758.zip
2013-04-03 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/56834 * include/debug/array (tuple_size, tuple_element): Do not declare. * include/profile/array: Likewise. * testsuite/23_containers/array/tuple_interface/ tuple_element_debug_neg.cc: Adjust dg-error line number. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@197415 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/debug')
-rw-r--r--libstdc++-v3/include/debug/array6
1 files changed, 0 insertions, 6 deletions
diff --git a/libstdc++-v3/include/debug/array b/libstdc++-v3/include/debug/array
index 734eeaded72..bce10cf3f12 100644
--- a/libstdc++-v3/include/debug/array
+++ b/libstdc++-v3/include/debug/array
@@ -289,17 +289,11 @@ namespace __debug
// Tuple interface to class template array.
/// tuple_size
- template<typename _Tp>
- class tuple_size;
-
template<typename _Tp, std::size_t _Nm>
struct tuple_size<__debug::array<_Tp, _Nm>>
: public integral_constant<std::size_t, _Nm> { };
/// tuple_element
- template<std::size_t _Int, typename _Tp>
- class tuple_element;
-
template<std::size_t _Int, typename _Tp, std::size_t _Nm>
struct tuple_element<_Int, __debug::array<_Tp, _Nm>>
{
OpenPOWER on IntegriCloud