summaryrefslogtreecommitdiffstats
path: root/include/stack
diff options
context:
space:
mode:
Diffstat (limited to 'include/stack')
-rw-r--r--include/stack4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/stack b/include/stack
index 59906bd..12fb35b 100644
--- a/include/stack
+++ b/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