Author
anonymous
over 9 years ago
Language
Compiler
Options
Author
anonymous
over 9 years ago
$
prog.cc:24:3: error: no matching function for call to 'sort2'
sort2(il.begin(), il.end());
^~~~~
/usr/local/libcxx-3.8/include/c++/v1/type_traits:396:78: note: candidate template ignored: disabled by 'enable_if' [with RAI = std::__1::__list_iterator<int, void *>]
template <bool _Bp, class _Tp = void> using enable_if_t = typename enable_if<_Bp, _Tp>::type;
^
1 error generated.
Exit Code:
1