r199306 - This code block wasn't showing up in the html. Try this?
Nick Lewycky
nicholas at mxc.ca
Wed Jan 15 00:33:02 PST 2014
Author: nicholas
Date: Wed Jan 15 02:33:00 2014
New Revision: 199306
URL: http://llvm.org/viewvc/llvm-project?rev=199306&view=rev
Log:
This code block wasn't showing up in the html. Try this?
Modified:
cfe/trunk/docs/LanguageExtensions.rst
Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=199306&r1=199305&r2=199306&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Wed Jan 15 02:33:00 2014
@@ -1462,6 +1462,7 @@ remaining enable_if attributes. In this
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
More information about the cfe-commits
mailing list