Skip to content

Commit fe94d64

Browse files
committed
Update Framework/Foundation/include/Framework/Endian.h
1 parent ed5b093 commit fe94d64

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
@@ -38,7 +38,6 @@ inline uint16_t doSwap(std::same_as<uint16_t> auto x)
3838
return swap16_(x);
3939
}
4040

41-
template <typename T>
4241
inline uint32_t doSwap(std::same_as<uint32_t> auto x)
4342
{
4443
return swap32_(x);

0 commit comments

Comments
 (0)