diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-19 07:06:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-19 07:06:44 +0000 |
commit | 4b79c50f5318c57ae7e6b8921e15dbb11bdf85ce (patch) | |
tree | 9144f5d1c28bf6d9284207486a3286819f5279ef | |
parent | 13cc23508fe6fe46250dcf9401106cbb9d9d1e3d (diff) |
add a note
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67290 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/features.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/features.html b/www/features.html index 21f6ebcc8d..f3b76f8c63 100644 --- a/www/features.html +++ b/www/features.html @@ -311,6 +311,9 @@ implements the "wwopen" class of APIs):</p> <p>In practice, we've found that this is actually more useful in multiply nested macros that in simple ones.</p> +<h4>Fix-it Hints</h4> + +<p>simple example + template<> example</p> <h4>C++ Fun Examples</h4> |