diff options
Diffstat (limited to 'contrib/libc++/include/__tree')
-rw-r--r-- | contrib/libc++/include/__tree | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libc++/include/__tree b/contrib/libc++/include/__tree index f57c80c..bd38b4f 100644 --- a/contrib/libc++/include/__tree +++ b/contrib/libc++/include/__tree @@ -614,8 +614,8 @@ public: #endif // !defined(_LIBCPP_HAS_NO_RVALUE_REFERENCES) && !defined(_LIBCPP_HAS_NO_VARIADICS) }; -template <class _TreeIterator> class __map_iterator; -template <class _TreeIterator> class __map_const_iterator; +template <class _TreeIterator> class _LIBCPP_VISIBLE __map_iterator; +template <class _TreeIterator> class _LIBCPP_VISIBLE __map_const_iterator; template <class _Tp, class _NodePtr, class _DiffType> class _LIBCPP_VISIBLE __tree_iterator |