diff options
| author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 11:28:50 +0000 |
|---|---|---|
| committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-08-06 11:28:50 +0000 |
| commit | c137ced0212cc3753463bcc44fe9b5faaf448368 (patch) | |
| tree | 6b4696e1ef22ec0426f056f0da4b4137baebf21a /libstdc++-v3/include/std/tuple | |
| parent | f455051dd07798d0f77f4c231e9345db3f4c3e2a (diff) | |
| download | ppe42-gcc-c137ced0212cc3753463bcc44fe9b5faaf448368.tar.gz ppe42-gcc-c137ced0212cc3753463bcc44fe9b5faaf448368.zip | |
2010-08-06 Paolo Carlini <paolo.carlini@oracle.com>
* include/std/tuple (begin, end): Remove per GB 87.
* testsuite/20_util/tuple/range_access.cc: Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162942 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/tuple')
| -rw-r--r-- | libstdc++-v3/include/std/tuple | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libstdc++-v3/include/std/tuple b/libstdc++-v3/include/std/tuple index d2432511f24..8b2252e3686 100644 --- a/libstdc++-v3/include/std/tuple +++ b/libstdc++-v3/include/std/tuple @@ -697,24 +697,6 @@ namespace std const _Swallow_assign ignore{}; /** - * @brief Return the first of a tuple containing two input iterators. - * @param tpl Tuple. - */ - template<class _InputIterator> - inline _InputIterator - begin(const tuple<_InputIterator, _InputIterator>& __tpl) - { return get<0>(__tpl); } - - /** - * @brief Return the second of a tuple containing two input iterators. - * @param tpl Tuple. - */ - template<class _InputIterator> - inline _InputIterator - end(const tuple<_InputIterator, _InputIterator>& __tpl) - { return get<1>(__tpl); } - - /** * Stores a tuple of indices. Used by bind() to extract the elements * in a tuple. */ |

