We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5b093 commit fe94d64Copy full SHA for fe94d64
1 file changed
Framework/Foundation/include/Framework/Endian.h
@@ -38,7 +38,6 @@ inline uint16_t doSwap(std::same_as<uint16_t> auto x)
38
return swap16_(x);
39
}
40
41
-template <typename T>
42
inline uint32_t doSwap(std::same_as<uint32_t> auto x)
43
{
44
return swap32_(x);
0 commit comments