[libcxx] r307972 - [libc++] class template -> template class. NFC
Shoaib Meenai via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 15:08:59 PDT 2017
Author: smeenai
Date: Thu Jul 13 15:08:59 2017
New Revision: 307972
URL: http://llvm.org/viewvc/llvm-project?rev=307972&view=rev
Log:
[libc++] class template -> template class. NFC
Modified:
libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst
Modified: libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst?rev=307972&r1=307971&r2=307972&view=diff
==============================================================================
--- libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst (original)
+++ libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst Thu Jul 13 15:08:59 2017
@@ -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.
More information about the cfe-commits
mailing list