diff --git a/enable_if.html b/enable_if.html index eb485c5..085fcd9 100644 --- a/enable_if.html +++ b/enable_if.html @@ -303,7 +303,7 @@ foo(T t);
template <class T> struct dummy { dummy(int) {} }; +template <int> struct dummy { dummy(int) {} }; template <class T> typename enable_if<boost::is_arithmetic<T>, T>::type