diff --git a/doc/tuple_users_guide.html b/doc/tuple_users_guide.html
index 87f2983..4d0d4eb 100644
--- a/doc/tuple_users_guide.html
+++ b/doc/tuple_users_guide.html
@@ -75,13 +75,22 @@ Both tuple_io.hpp
and tuple_comparison.hpp
include operator&
is not used by the library.)
+
+Examples of types that are not allowed as tuple elements:
auto_ptr
)
For example, the following definitions are valid tuple instantiations (A
, B
and C
are some user defined classes):