diff --git a/doc/enable_if.html b/doc/enable_if.html index cda96a9..24cf69e 100644 --- a/doc/enable_if.html +++ b/doc/enable_if.html @@ -304,8 +304,6 @@ condition in an enabler (even though the functions could never be ambiguous). Fo some compilers (e.g. GCC 3.2) diagnose the following two functions as ambiguous:
 
-template <class T> struct dummy { dummy(int) {} };
-
 template <class T>
 typename enable_if<boost::is_arithmetic<T>, T>::type 
 foo(T t);