From 1b0bda3310c58851c07ca1b61093f7e72665faa0 Mon Sep 17 00:00:00 2001 From: Shoaib Meenai Date: Sat, 7 Jan 2017 02:45:35 +0000 Subject: [libc++] Correct macro name in documenation The macro is named `_LIBCPP_TEMPLATE_VIS`, not `_LIBCPP_TEMPLATE_ONLY`. No functional change. llvm-svn: 291330 --- 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 37539ec8888..7c6f39c44b4 100644 --- a/libcxx/docs/DesignDocs/VisibilityMacros.rst +++ b/libcxx/docs/DesignDocs/VisibilityMacros.rst @@ -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. -- cgit v1.2.3