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/utility | |
| 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/utility')
| -rw-r--r-- | libcxx/include/utility | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/utility b/libcxx/include/utility index a0e16a7f295..df693ec1e86 100644 --- a/libcxx/include/utility +++ b/libcxx/include/utility @@ -419,7 +419,7 @@ swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y) #ifndef _LIBCPP_HAS_NO_RVALUE_REFERENCES -template <class _Tp> class reference_wrapper; +template <class _Tp> class _LIBCPP_VISIBLE reference_wrapper; template <class _Tp> struct ___make_pair_return |

