[PATCH] D48680: Add missing visibility annotation for __base

Louis Dionne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 18 14:41:13 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG30ccc2e8d24b: [libc++] Add missing visibility annotation for __base (authored by yunlian, committed by ldionne).
Herald added a project: libc++.
Herald added a reviewer: libc++.

Changed prior to commit:
  https://reviews.llvm.org/D48680?vs=153198&id=251175#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D48680/new/

https://reviews.llvm.org/D48680

Files:
  libcxx/include/functional


Index: libcxx/include/functional
===================================================================
--- libcxx/include/functional
+++ libcxx/include/functional
@@ -1618,7 +1618,7 @@
 
 // __base provides an abstract interface for copyable functors.
 
-template<class _Fp> class __base;
+template<class _Fp> class _LIBCPP_TEMPLATE_VIS __base;
 
 template<class _Rp, class ..._ArgTypes>
 class __base<_Rp(_ArgTypes...)>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48680.251175.patch
Type: text/x-patch
Size: 419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200318/b12446b1/attachment.bin>


More information about the cfe-commits mailing list