Skip to content

Commit ed5b093

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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • Framework/Foundation/include/Framework

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)