forked from boostorg/utility
typo
[SVN r1728]
This commit is contained in:
@@ -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 <class T> struct dummy { dummy(int) {} };
|
||||
|
||||
template <class T>
|
||||
typename enable_if<boost::is_arithmetic<T>, T>::type
|
||||
foo(T t);
|
||||
|
Reference in New Issue
Block a user