Skip to content

Commit cb9ee51

Browse files
authored
Update Framework/Foundation/include/Framework/Endian.h
1 parent 8c1e648 commit cb9ee51

File tree

1 file changed

+0
-1
lines changed
  • Framework/Foundation/include/Framework

1 file changed

+0
-1
lines changed

Framework/Foundation/include/Framework/Endian.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ inline uint32_t doSwap(std::same_as<uint32_t> auto x)
4343
return swap32_(x);
4444
}
4545

46-
template <typename T>
4746
inline uint64_t doSwap(std::same_as<uint64_t> auto x)
4847
{
4948
return swap64_(x);

0 commit comments

Comments
 (0)