diff --git a/index.htm b/index.htm
index 1d15209..8b2ffe6 100644
--- a/index.htm
+++ b/index.htm
@@ -682,8 +682,8 @@ transformation to the template argument T:
If "t"
is an instance of T, then add_pointer<T>::type is
the type returned by "&t". For example
- "int", "int&", "int[2]"
- and "int (&)[2]" all become "int*". |
+ "int" and "int&" both become
+ "int*".
8.3.1 |
P
|