[SVN r1728]
This commit is contained in:
Jaakko Järvi
2003-11-03 19:04:10 +00:00
parent 553aaae4b9
commit 13f886ce1d

View File

@@ -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:
<PRE>
template &lt;class T&gt; struct dummy { dummy(int) {} };
template &lt;class T&gt;
typename enable_if&lt;boost::is_arithmetic&lt;T&gt;, T&gt;::type
foo(T t);