fix: incorrect function trailing ; removed

This commit is contained in:
Mateusz Pusz
2023-01-04 15:34:10 +01:00
parent b78b53e757
commit 1d83b7a99c

View File

@@ -138,7 +138,7 @@ consteval auto power_or_T_impl()
return power<T, R.num, R.den>{};
}
}
};
}
template<typename T, auto R>
// template<typename T, ratio R> // TODO ICE gcc 12