summaryrefslogtreecommitdiffstats
path: root/libcxx/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
commit1b0bda3310c58851c07ca1b61093f7e72665faa0 (patch)
tree71798ac95cb7c8a053372567ad7d8a540d450713 /libcxx/docs
parent330fe0170f5189e58a7680aee5d57d75f031b28e (diff)
downloadbcm5719-llvm-1b0bda3310c58851c07ca1b61093f7e72665faa0.tar.gz
bcm5719-llvm-1b0bda3310c58851c07ca1b61093f7e72665faa0.zip
[libc++] Correct macro name in documenation
The macro is named `_LIBCPP_TEMPLATE_VIS`, not `_LIBCPP_TEMPLATE_ONLY`. No functional change. llvm-svn: 291330
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/DesignDocs/VisibilityMacros.rst2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud