diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2012-09-14 00:39:16 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2012-09-14 00:39:16 +0000 |
| commit | aeb85680fb688e96ba2d2fc7703ae6e57cc44097 (patch) | |
| tree | bbdd33a4628645c6a5a0af91f42a642c296bf09f /libcxx/include/__tree | |
| parent | f6e2bc07eb3d0e5a1ab25a0b84e0c3aa42668a5a (diff) | |
| download | bcm5719-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/__tree')
| -rw-r--r-- | libcxx/include/__tree | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/__tree b/libcxx/include/__tree index f57c80c850e..bd38b4f2b32 100644 --- a/libcxx/include/__tree +++ b/libcxx/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 |

