diff --git a/libuavcan/include/uavcan/util/templates.hpp b/libuavcan/include/uavcan/util/templates.hpp index b0eab50b68..8c3b3028b2 100644 --- a/libuavcan/include/uavcan/util/templates.hpp +++ b/libuavcan/include/uavcan/util/templates.hpp @@ -93,10 +93,10 @@ struct UAVCAN_EXPORT Select /** * Remove reference as in */ -template struct RemoveReference { typedef T Type; }; -template struct RemoveReference { typedef T Type; }; +template struct RemoveReference { typedef T Type; }; +template struct RemoveReference { typedef T Type; }; #if UAVCAN_CPP_VERSION > UAVCAN_CPP03 -template struct RemoveReference { typedef T Type; }; +template struct RemoveReference { typedef T Type; }; #endif /**