summaryrefslogtreecommitdiffstats
path: root/include/__functional_base_03
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2013-08-12 18:38:34 +0000
committerHoward Hinnant <hhinnant@apple.com>2013-08-12 18:38:34 +0000
commit0f678bd69ef6428e6c75ae1b43fcf1543df63cda (patch)
tree5315ce82bdab40ab2e45d6566f6189f8cbf17f9f /include/__functional_base_03
parent80e19ac90f90c5f2aef3d8a6a74b3ffd342ecd0e (diff)
downloadexternal_libcxx-0f678bd69ef6428e6c75ae1b43fcf1543df63cda.tar.gz
external_libcxx-0f678bd69ef6428e6c75ae1b43fcf1543df63cda.tar.bz2
external_libcxx-0f678bd69ef6428e6c75ae1b43fcf1543df63cda.zip
Nico Rieck: this patch series fixes visibility issues on Windows as explained in <http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031214.html>.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188192 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/__functional_base_03')
-rw-r--r--include/__functional_base_032
1 files changed, 1 insertions, 1 deletions
diff --git a/include/__functional_base_03 b/include/__functional_base_03
index 11165a964..296dd8db3 100644
--- a/include/__functional_base_03
+++ b/include/__functional_base_03
@@ -996,7 +996,7 @@ struct __invoke_return2
};
template <class _Tp>
-class _LIBCPP_TYPE_VIS reference_wrapper
+class _LIBCPP_TYPE_VIS_ONLY reference_wrapper
: public __weak_result_type<_Tp>
{
public: