diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-03 15:07:12 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-04-03 15:07:12 +0000 |
| commit | e8c92a1eb7f63c8341ec13a09762c5ac75f37758 (patch) | |
| tree | a132d1fa836cdb06973ddf5f5a2be043d510f786 /libstdc++-v3/include/debug | |
| parent | c44e34962ee0a980a2802ab60e7b940f7e7029a8 (diff) | |
| download | ppe42-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/array | 6 |
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>> { |

