[libcxx] r291330 - [libc++] Correct macro name in documenation

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 6 18:45:35 PST 2017


Author: smeenai
Date: Fri Jan  6 20:45:35 2017
New Revision: 291330

URL: http://llvm.org/viewvc/llvm-project?rev=291330&view=rev
Log:
[libc++] Correct macro name in documenation

The macro is named `_LIBCPP_TEMPLATE_VIS`, not `_LIBCPP_TEMPLATE_ONLY`.
No functional change.

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=291330&r1=291329&r2=291330&view=diff
==============================================================================
--- libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst (original)
+++ libcxx/trunk/docs/DesignDocs/VisibilityMacros.rst Fri Jan  6 20:45:35 2017
@@ -49,7 +49,7 @@ Visibility Macros
   attribute. With GCC the `visibility(...)` attribute is used and member
   functions are affected.
 
-**_LIBCPP_TEMPLATE_ONLY**
+**_LIBCPP_TEMPLATE_VIS**
   The same as `_LIBCPP_TYPE_VIS` except that it may be applied to class
   templates.
 




More information about the cfe-commits mailing list