diff --git a/include/REX/REX/Enum.h b/include/REX/REX/Enum.h index cc048275..1fd984b5 100644 --- a/include/REX/REX/Enum.h +++ b/include/REX/REX/Enum.h @@ -62,7 +62,7 @@ namespace REX template Enum(Args...) -> Enum< - std::common_type_t, - std::underlying_type_t< - std::common_type_t>>; + std::common_type_t, + std::underlying_type_t< + std::common_type_t>>; } diff --git a/include/REX/REX/EnumSet.h b/include/REX/REX/EnumSet.h index 29670345..76afa1d0 100644 --- a/include/REX/REX/EnumSet.h +++ b/include/REX/REX/EnumSet.h @@ -176,7 +176,7 @@ namespace REX template EnumSet(Args...) -> EnumSet< - std::common_type_t, - std::underlying_type_t< - std::common_type_t>>; + std::common_type_t, + std::underlying_type_t< + std::common_type_t>>; }