From ea907107107132d0201e0ba377408f4e117b581c Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 22 Oct 2012 18:04:00 +0000 Subject: Vendor import of libc++ trunk r165949: http://llvm.org/svn/llvm-project/libcxx/trunk@165949 --- include/stack | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/stack') diff --git a/include/stack b/include/stack index 59906bd89edb..12fb35b703e3 100644 --- a/include/stack +++ b/include/stack @@ -91,13 +91,15 @@ template _LIBCPP_BEGIN_NAMESPACE_STD -template class stack; +template class _LIBCPP_VISIBLE stack; template +_LIBCPP_INLINE_VISIBILITY bool operator==(const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y); template +_LIBCPP_INLINE_VISIBILITY bool operator< (const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y); -- cgit v1.3