summaryrefslogtreecommitdiffstats
path: root/libcxx/include/stack
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2012-09-14 00:39:16 +0000
committerHoward Hinnant <hhinnant@apple.com>2012-09-14 00:39:16 +0000
commitaeb85680fb688e96ba2d2fc7703ae6e57cc44097 (patch)
treebbdd33a4628645c6a5a0af91f42a642c296bf09f /libcxx/include/stack
parentf6e2bc07eb3d0e5a1ab25a0b84e0c3aa42668a5a (diff)
downloadbcm5719-llvm-aeb85680fb688e96ba2d2fc7703ae6e57cc44097.tar.gz
bcm5719-llvm-aeb85680fb688e96ba2d2fc7703ae6e57cc44097.zip
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT?
llvm-svn: 163862
Diffstat (limited to 'libcxx/include/stack')
-rw-r--r--libcxx/include/stack4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcxx/include/stack b/libcxx/include/stack
index 59906bd89ed..12fb35b703e 100644
--- a/libcxx/include/stack
+++ b/libcxx/include/stack
@@ -91,13 +91,15 @@ template <class T, class Container>
_LIBCPP_BEGIN_NAMESPACE_STD
-template <class _Tp, class _Container> class stack;
+template <class _Tp, class _Container> class _LIBCPP_VISIBLE stack;
template <class _Tp, class _Container>
+_LIBCPP_INLINE_VISIBILITY
bool
operator==(const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y);
template <class _Tp, class _Container>
+_LIBCPP_INLINE_VISIBILITY
bool
operator< (const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y);
OpenPOWER on IntegriCloud