]> granicus.if.org Git - clang/commitdiff
This code block wasn't showing up in the html. Try this?
authorNick Lewycky <nicholas@mxc.ca>
Wed, 15 Jan 2014 08:33:00 +0000 (08:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 15 Jan 2014 08:33:00 +0000 (08:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199306 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index b6933838f07e23dbc50d64916b579242c6b1d452..561880525f21dd4bd209204de588835b49e4d85f 100644 (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