mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
[libc++] Add missing visibility annotation for __base
Differential Revision: https://reviews.llvm.org/D48680
This commit is contained in:
committed by
Louis Dionne
parent
49bdfd888d
commit
30ccc2e8d2
@@ -1618,7 +1618,7 @@ public:
|
||||
|
||||
// __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...)>
|
||||
|
||||
Reference in New Issue
Block a user