From 13f886ce1df973657586f8a268c3cafb40f1a67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Mon, 3 Nov 2003 19:04:10 +0000 Subject: [PATCH] typo [SVN r1728] --- doc/enable_if.html | 2 -- 1 file changed, 2 deletions(-) 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);