From 24767a7c2f45400b0bf14e19d42c3b46c0f40ed3 Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Thu, 13 Jul 2017 22:08:59 +0000 Subject: [libc++] class template -> template class. NFC llvm-svn: 307972 --- libcxx/docs/DesignDocs/VisibilityMacros.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/docs/DesignDocs') diff --git a/libcxx/docs/DesignDocs/VisibilityMacros.rst b/libcxx/docs/DesignDocs/VisibilityMacros.rst index d02d2dfee12..993ce2cca5f 100644 --- a/libcxx/docs/DesignDocs/VisibilityMacros.rst +++ b/libcxx/docs/DesignDocs/VisibilityMacros.rst @@ -104,7 +104,7 @@ Visibility Macros **_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS** Mark the member functions, typeinfo, and vtable of an explicit instantiation of a class template as being exported by the libc++ library. This attribute - must be specified on all template class explicit instantiations. + must be specified on all class template explicit instantiations. It is only necessary to mark the explicit instantiation itself (as opposed to the extern template declaration) as exported on Windows, as discussed above. -- cgit v1.2.3