Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 abyss (1.9.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS on new g++ (6.2). Closes: #837059.
Author: Alastair McKinstry <mckinstry@debian.org>
Bug-Debian: https://bugs.debian.org/837059

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2016-09-12

--- abyss-1.9.0.orig/lib/gtest-1.7.0/include/gtest/internal/gtest-port.h
+++ abyss-1.9.0/lib/gtest-1.7.0/include/gtest/internal/gtest-port.h
@@ -555,9 +555,9 @@ namespace tr1 {
 using ::std::get;
 using ::std::make_tuple;
 // The following are already defined -- amck, 2016-09-12
-using ::std::tuple;
-using ::std::tuple_element;
-using ::std::tuple_size;
+// using ::std::tuple;
+// using ::std::tuple_element;
+// using ::std::tuple_size;
 }
 }
 
