Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sth committed Aug 11, 2016
1 parent acb9f43 commit 62ecbb0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions callable.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,6 @@ struct callable_traits<Ret (*)(Args...)> : function_traits<Ret (Args...)> {
typedef function_ptr_tag callable_category;
};

// std::function specializations
/*
template<typename Ret, typename... Args>
struct callable_traits_d<std::function<Ret (Args...)>> : function_traits<Ret (Args...)> {
typedef functor_tag callable_category;
};
*/

} // namespace detail


Expand Down

0 comments on commit 62ecbb0

Please sign in to comment.