Skip to content

Commit 9223d27

Browse files
authored
Update Framework/Foundation/include/Framework/Endian.h
1 parent f4f29a3 commit 9223d27

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
@@ -33,7 +33,6 @@
3333
#define O2_BIG_ENDIAN __BIG_ENDIAN
3434
#define O2_LITTLE_ENDIAN __LITTLE_ENDIAN
3535

36-
template <typename T>
3736
inline uint16_t doSwap(std::same_as<uint16_t> auto x)
3837
{
3938
return swap16_(x);

0 commit comments

Comments
 (0)