aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc
diff options
context:
space:
mode:
authorTobias Burnus <burnus@net-b.de>2007-03-15 08:12:25 +0000
committerTobias Burnus <burnus@net-b.de>2007-03-15 08:12:25 +0000
commite90b45fee71a78e072eabb296b36e1f1ff7d6a67 (patch)
treeae133bd8911b630f65909e29d1ba78aa9b8d3e6a /libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc
parent7eac6f81591ab7181f3877b847ca21e83aa146b2 (diff)
Merged Rev. 122210-122935 from the trunk.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/fortran-experiments@122946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc')
-rw-r--r--libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc27
1 files changed, 27 insertions, 0 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc b/libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc
new file mode 100644
index 00000000000..b9ce77490de
--- /dev/null
+++ b/libstdc++-v3/testsuite/23_containers/headers/tuple/types_std_c++0x.cc
@@ -0,0 +1,27 @@
+// { dg-options "-std=c++0x" }
+// { dg-do compile }
+
+// Copyright (C) 2007 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
+// terms of the GNU General Public License as published by the
+// Free Software Foundation; either version 2, or (at your option)
+// any later version.
+
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+
+// You should have received a copy of the GNU General Public License along
+// with this library; see the file COPYING. If not, write to the Free
+// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+// USA.
+
+#include <tuple>
+
+namespace gnu
+{
+ using std::ignore;
+}