aboutsummaryrefslogtreecommitdiff
path: root/contrib/libc++/include/__tuple
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2012-03-14 00:09:36 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2012-03-14 00:09:36 +0000
commit94e3ee44c3581ff37c5e01b5ffe5eb16d30079a7 (patch)
tree077f044b08d256dd8348f977fe56d18c08fccd78 /contrib/libc++/include/__tuple
parent064f517d2b6ebfc42bf636d3fb85ac815196f134 (diff)
parent362d815b81e2b4b66c33b99203d821b8928607e1 (diff)
Notes
Diffstat (limited to 'contrib/libc++/include/__tuple')
-rw-r--r--contrib/libc++/include/__tuple2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libc++/include/__tuple b/contrib/libc++/include/__tuple
index 15193b4d1074..3b2be1c5a74d 100644
--- a/contrib/libc++/include/__tuple
+++ b/contrib/libc++/include/__tuple
@@ -65,7 +65,7 @@ public:
};
template <class ..._Tp> class _LIBCPP_VISIBLE tuple;
-template <class _T1, class _T2> class _LIBCPP_VISIBLE pair;
+template <class _T1, class _T2> struct _LIBCPP_VISIBLE pair;
template <class _Tp, size_t _Size> struct _LIBCPP_VISIBLE array;
template <class _Tp> struct __tuple_like : false_type {};