Skip to content
Snippets Groups Projects
Commit 5ca66905 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199306 91177308-0d34-0410-b5e6-96231b3b80d8
parent 2ae28d12
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment