forked from OSchip/llvm-project
[libc++] Correct macro name in documenation
The macro is named `_LIBCPP_TEMPLATE_VIS`, not `_LIBCPP_TEMPLATE_ONLY`. No functional change. llvm-svn: 291330
This commit is contained in:
parent
330fe0170f
commit
1b0bda3310
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue