diff --git a/types/traits.hpp b/types/traits.hpp index 1433392b..606d4b67 100644 --- a/types/traits.hpp +++ b/types/traits.hpp @@ -26,7 +26,6 @@ template struct is_dereferencable : std::true_type { }; template struct is_dereferencable> : std::true_type { }; template struct is_dereferencable> : std::true_type { }; template struct is_dereferencable> : std::true_type { }; -template struct is_dereferencable> : std::true_type { }; template struct dereferenced_type { @@ -41,7 +40,6 @@ template struct dereferenced_type { template struct dereferenced_type> { typedef T type; }; template struct dereferenced_type> { typedef T type; }; template struct dereferenced_type> { typedef T type; }; -template struct dereferenced_type> { typedef T type; }; ///----------------------------------------------------------------------------