Skip to content

Commit

Permalink
Split pdu_option.h into a source file as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontanini committed May 13, 2017
1 parent ce6ef31 commit c6f4e81
Show file tree
Hide file tree
Showing 5 changed files with 393 additions and 235 deletions.
5 changes: 5 additions & 0 deletions include/tins/detail/type_traits.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ struct enable_if<false, T> {

};

template <typename T>
struct type_to_type {
typedef T type;
};

template<typename T>
struct is_unsigned_integral {
static const bool value = false;
Expand Down
Loading

0 comments on commit c6f4e81

Please sign in to comment.