We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe94d64 commit 964c539Copy full SHA for 964c539
1 file changed
Framework/Foundation/include/Framework/Endian.h
@@ -43,7 +43,6 @@ inline uint32_t doSwap(std::same_as<uint32_t> auto x)
43
return swap32_(x);
44
}
45
46
-template <typename T>
47
inline uint64_t doSwap(std::same_as<uint64_t> auto x)
48
{
49
return swap64_(x);
0 commit comments