Try indenting to put all the text inside the block.

llvm-svn: 215807
This commit is contained in:
Nick Lewycky 2014-08-16 02:11:54 +00:00
parent e9a774022a
commit 367cbddfc2
1 changed files with 3 additions and 3 deletions

View File

@ -237,9 +237,9 @@ enable_if
"X","","",""
.. Note:: Some features of this attribute are experimental. The meaning of
multiple enable_if attributes on a single declaration is subject to change in
a future version of clang. Also, the ABI is not standardized and the mangled
name produced may change. To avoid that, use asm labels.
multiple enable_if attributes on a single declaration is subject to change in
a future version of clang. Also, the ABI is not standardized and the mangled
name produced may change. To avoid that, use asm labels.
The ``enable_if`` attribute can be placed on function declarations to control
which overload is selected based on the values of the function's arguments.