summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2017-01-07 02:45:35 +0000
committerShoaib Meenai <smeenai@fb.com>2017-01-07 02:45:35 +0000
commit2342c11c50e53c34dd1f5137513d96e9eba9eb3b (patch)
tree629bcb81610ccf7a917685d1cfacd2f296101763 /docs
parent32ff3279eb04981ad01bb386a1c1407738cfa40e (diff)
[libc++] Correct macro name in documenation
The macro is named `_LIBCPP_TEMPLATE_VIS`, not `_LIBCPP_TEMPLATE_ONLY`. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291330 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/DesignDocs/VisibilityMacros.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DesignDocs/VisibilityMacros.rst b/docs/DesignDocs/VisibilityMacros.rst
index 37539ec88..7c6f39c44 100644
--- a/docs/DesignDocs/VisibilityMacros.rst
+++ b/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.