From aeb85680fb688e96ba2d2fc7703ae6e57cc44097 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 14 Sep 2012 00:39:16 +0000 Subject: Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you send me a patch to CREDITS.TXT? llvm-svn: 163862 --- libcxx/include/future | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libcxx/include/future') diff --git a/libcxx/include/future b/libcxx/include/future index 9b768e37c8e..758296a12f0 100644 --- a/libcxx/include/future +++ b/libcxx/include/future @@ -962,12 +962,12 @@ __async_assoc_state::__on_zero_shared() _NOEXCEPT base::__on_zero_shared(); } -template class promise; -template class shared_future; +template class _LIBCPP_VISIBLE promise; +template class _LIBCPP_VISIBLE shared_future; // future -template class future; +template class _LIBCPP_VISIBLE future; template future<_Rp> -- cgit v1.2.3