This code block wasn't showing up in the html. Try this?

llvm-svn: 199306
This commit is contained in:
Nick Lewycky 2014-01-15 08:33:00 +00:00
parent 242d46e845
commit 9c8754f56b
1 changed files with 1 additions and 0 deletions

View File

@ -1462,6 +1462,7 @@ remaining enable_if attributes. In this way, we pick the most specific
overload out of a number of viable overloads using enable_if.
.. code-block:: c++
void f() __attribute__((enable_if(true, ""))); // #1
void f() __attribute__((enable_if(true, ""))) __attribute__((enable_if(true, ""))); // #2