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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits